Click or drag to resize

Segment3D Class

Compatible with IDEA StatiCa Beta 21.0 - beta
Represents a 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 abstract class Segment3D : OpenElementId

The Segment3D type exposes the following members.

Constructors
  NameDescription
Protected methodSegment3D
Initializes a new instance of the Segment3D class
Top
Properties
  NameDescription
Public propertyEndPoint
Gets or sets the reference to Point3D endpoint of the segment.
Public propertyId
Element Id
(Inherited from OpenElementId.)
Public propertyLocalCoordinateSystem
Local coordinate system
Public propertyStartPoint
Gets or sets the reference to Point3D startpoint of the segment.
Top
See Also