BrepEdgeSetEdgeCurve Method (Int32) |
Set 3d curve geometry used by a b-rep edge.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic bool SetEdgeCurve(
int curve3dIndex
)
Public Function SetEdgeCurve (
curve3dIndex As Integer
) As Boolean
Parameters
- curve3dIndex
- Type: SystemInt32
index of 3d curve in m_C3[] array
Return Value
Type:
Booleantrue if successful
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also