|
IConnect::UCSOriginPoint
Description
This property allows you to get and set the connection point of two parts.
Syntax
Property get:
Point = UCSOriginPoint ( );
Return: (IPointData) Point |
Get connection point |
Property set:
UCSOriginPoint ( Point );
Input: (IPointData) Point |
Set Connection point |
Remarks
Connect two parts using this option; set associativity between the two parts.
|