Table of Contents

Class PointOnLine3D

Namespace
IdeaRS.OpenModel.Geometry3D
Assembly
IdeaRS.OpenModel.dll

Represents a Point dependent on the line in three-dimensional space.

[OpenModelClass("CI.Geometry3D.PointOnLine3D,CI.Geometry3D", "CI.Geometry3D.IPointOnLine3D,CI.BasicTypes")]
public class PointOnLine3D : OpenElementId

Inheritance

Inherited Members

Properties

Geometry

Gets or sets the reference to IdeaRS.OpenModel.Geometry3D.PolyLine3D line or Segment3D segment.

public ReferenceElement Geometry { get; set; }

Property Value

ReferenceElement

IsFromStart

Gets or sets the position value is measured from the start or the ent of the line.

public bool IsFromStart { get; set; }

Property Value

bool

IsRelative

Gets or sets absolute or relative representation of the position value.

public bool IsRelative { get; set; }

Property Value

bool

Position

Gets or sets the position value on the line.

public double Position { get; set; }

Property Value

double