Share

TransientGeometry.CreateLine2d Method

Parent Object: TransientGeometry

Description

Method that creates a new Line2d object. A Line2d object is infinite. The object created is a transient mathematical object and is not displayed graphically

Syntax

TransientGeometry.CreateLine2d( RootPoint As Point2d, Direction As UnitVector2d ) As Line2d

Parameters

Name Type Description
RootPoint Point2d Input Point2d object that specifies the root point of the line.
Direction UnitVector2d Input UnitVector2d object that specifies the direction of the line.

Version

Introduced in version 4

Was this information helpful?