LineEntity(LineSegment2D) Constructor |
Initializes a new instance of the
LineEntity class
Namespace: Demo3D.SketchAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic LineEntity(
LineSegment2D line
)
Parameters
- line LineSegment2D
[Missing <param name="line"/> documentation for "M:Demo3D.Sketch.LineEntity.#ctor(Demo3D.Common.Geometry.LineSegment2D)"]
See Also