CurveBoundaryDataGetCurve3ds Method
|
Gets an array of 3D curves of each element in
the curve boundary.
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public Entity3d[] GetCurve3ds()
Public Function GetCurve3ds As Entity3d()
public:
array<Entity3d^>^ GetCurve3ds()
member GetCurve3ds : unit -> Entity3d[]
Return Value
Entity3d
Array of 3D curves of each element in the curve boundary.
See Also