Description:

Returns the surface draft angle and point at a parameter.

Syntax:
public bool DraftAnglePoint(
Point2d testPoint,
double testAngle,
Vector3d pullDirection,
bool edge,
out Point3d draftPoint,
out double draftAngle
)
Parameters:
  • testPoint
  • Type: Point2d
  • The u,v parameter on the face to evaluate.
  • testAngle
  • Type: double
  • The angle in radians to test.
  • pullDirection
  • Type: Vector3d
  • The pull direction.
  • edge
  • Type: bool
  • Restricts the point placement to an edge.
  • draftPoint
  • Type: Point3d
  • The draft angle point.
  • draftAngle
  • Type: double
  • The draft angle in radians.
Returns:
Type: bool
True if successful, False otherwise.
Available since:
6.0

/
/
/
DraftAnglePoint

DraftAnglePoint method

Class:  Rhino.Geometry.BrepFace

Nothing found