Class RebarSegment3DArc3Pts
- Namespace
- IdeaRS.OpenModel.Model
- Assembly
- IdeaRS.OpenModel.dll
Represents an arc segment in 3D space defined by 3 points Start, End and a Point between start and end point.
public class RebarSegment3DArc3Pts : RebarSegment3DBase
Inheritance
Inherited Members
Properties
ThirdPoint
Gets or sets the point of circular arc somewhere between start and end point.
public Point3D ThirdPoint { get; set; }