Class RebarPolyLine3D
- Namespace
- IdeaRS.OpenModel.Model
- Assembly
- IdeaRS.OpenModel.dll
Represents a polyline in 3D space.
public class RebarPolyLine3D : OpenObjectInheritance
Inherited Members
Constructors
RebarPolyLine3D()
Constructor
public RebarPolyLine3D()Properties
Segments
Gets segments of RebarPolyLine3D.
public List<RebarSegment3DBase> Segments { get; set; }Property Value
StartPoint
Gets or sets the point where the RebarPolyLine3D begins.
public RebarPoint3D StartPoint { get; set; }