Class ArcSegment3D
- Namespace
- IdeaRS.OpenModel.Geometry3D
- Assembly
- IdeaRS.OpenModel.dll
Represents an arc segment in three-dimensional space.
[OpenModelClass("CI.Geometry3D.ArcSegment3D,CI.Geometry3D", "CI.Geometry3D.IArcSegment3D,CI.BasicTypes")]
public class ArcSegment3D : Segment3D
Inheritance
Inherited Members
Properties
Point
Gets or sets the reference to Point3D of circular arc somewhere between start and end point.
public ReferenceElement Point { get; set; }