Click or drag to resize

ArcSegment3D Class

Compatible with IDEA StatiCa Beta 21.0 - beta
Represents an arc segment in three-dimensional space.
Inheritance Hierarchy

Namespace:  IdeaRS.OpenModel.Geometry3D
Assembly:  IdeaRS.OpenModel (in IdeaRS.OpenModel.dll) Version: 20.0.1.1 (20.0.1.1)
Syntax
public class ArcSegment3D : Segment3D

The ArcSegment3D type exposes the following members.

Constructors
  NameDescription
Public methodArcSegment3D
Initializes a new instance of the ArcSegment3D class
Top
Properties
  NameDescription
Public propertyEndPoint
Gets or sets the reference to Point3D endpoint of the segment.
(Inherited from Segment3D.)
Public propertyId
Element Id
(Inherited from OpenElementId.)
Public propertyLocalCoordinateSystem
Local coordinate system
(Inherited from Segment3D.)
Public propertyPoint
Gets or sets the reference to Point3D of circular arc somewhere between start and end point.
Public propertyStartPoint
Gets or sets the reference to Point3D startpoint of the segment.
(Inherited from Segment3D.)
Top
See Also