Click or drag to resize

BuilderElementStraightLine Constructor

Overload List
  NameDescription
Protected methodBuilderElementStraightLine
Initializes a new instance of the BuilderElementStraightLine class. create builder for straight-line elements.
Protected methodBuilderElementStraightLine(Int32, Int32)
Initializes a new instance of the BuilderElementStraightLine class. define a straight line element from the indexes of its end-points.
Protected methodBuilderElementStraightLine(SerializationInfo, StreamingContext)
Initializes a new instance of the BuilderElementStraightLine class. Deserialize BuilderElementStraightLine.
Protected methodBuilderElementStraightLine(Point3, Point3)
Initializes a new instance of the BuilderElementStraightLine class. define a straight line element from two end-points.
Top
See Also