Click or drag to resize

PointOnLine3D Class

Compatible with IDEA StatiCa Beta 21.0 - beta
Represents a Point dependent on the line 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 PointOnLine3D : OpenElementId

The PointOnLine3D type exposes the following members.

Constructors
  NameDescription
Public methodPointOnLine3D
Initializes a new instance of the PointOnLine3D class
Top
Properties
  NameDescription
Public propertyGeometry
Gets or sets the reference to PolyLine3D line or Segment3D segment.
Public propertyId
Element Id
(Inherited from OpenElementId.)
Public propertyIsFromStart
Gets or sets the position value is measured from the start or the ent of the line.
Public propertyIsRelative
Gets or sets absolute or relative representation of the position value.
Public propertyPosition
Gets or sets the position value on the line.
Top
See Also