Class RebarSegment3DBase
- Namespace
- IdeaRS.OpenModel.Model
- Assembly
- IdeaRS.OpenModel.dll
Represents a segment in 3D space.
public abstract class RebarSegment3DBase : OpenObject
Inheritance
Derived
Inherited Members
Properties
EndPoint
Gets or sets the endpoint of the segment.
public RebarPoint3D EndPoint { get; set; }