M_Rhino_Geometry_BrepFace_DraftAnglePoint - mcneel/rhinocommon-api-docs GitHub Wiki
Returns the surface draft angle and point at a parameter.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public bool DraftAnglePoint(
Point2d testPoint,
double testAngle,
Vector3d pullDirection,
bool edge,
out Point3d draftPoint,
out double draftAngle
)
VB
Public Function DraftAnglePoint (
testPoint As Point2d,
testAngle As Double,
pullDirection As Vector3d,
edge As Boolean,
<OutAttribute> ByRef draftPoint As Point3d,
<OutAttribute> ByRef draftAngle As Double
) As Boolean
- testPoint
- Type: Rhino.Geometry.Point2d
The u,v parameter on the face to evaluate. - testAngle
- Type: System.Double
The angle in radians to test. - pullDirection
- Type: Rhino.Geometry.Vector3d
The pull direction. - edge
- Type: System.Boolean
Restricts the point placement to an edge. - draftPoint
- Type: Rhino.Geometry.Point3d
The draft angle point. - draftAngle
- Type: System.Double
The draft angle in radians.
Type: Boolean
True if successful, false otherwise.
Supported in: 6.0.16224.21491