StrAnchorPoint (Object)

Represents an anchor point.
An anchor point is a point used to place the section on the support in the design model.

Methods


Sub GetCoordinates( oCoord)
Retrieves the coordinates of the anchor point. These coordinates are expressed in the section local coordinate system.
Parameters:
oCoord
The 2D coordinates of the anchor point.
Example:
 
 Dim coord(1)
 anchor_1.GetCoordinates(coord)