EnterPoint

Enters a point defined in the 3D Modeler editor.

UI Access Click Geometry and then select Point.
Parameters
Name Type Description
<PointName> String Name of a point defined in the 3D Modeler editor.
Return Value None.

 

Python Syntax EnterPoint(<PointName>)
Python Example

oModule.EnterPoint("Point1")

 

VB Syntax EnterPoint <PointName>
VB Example

oModule.EnterPoint "Point1"