Class Segment3D
- Namespace
- IdeaRS.OpenModel.Geometry3D
- Assembly
- IdeaRS.OpenModel.dll
Represents a segment in three-dimensional space.
public abstract class Segment3D : OpenElementId
Inheritance
Derived
Inherited Members
Properties
EndPoint
Gets or sets the reference to Point3D endpoint of the segment.
public ReferenceElement EndPoint { get; set; }
Property Value
LocalCoordinateSystem
Local coordinate system
public CoordSystem LocalCoordinateSystem { get; set; }
Property Value
StartPoint
Gets or sets the reference to Point3D startpoint of the segment.
public ReferenceElement StartPoint { get; set; }