Description
Create an axis by entering 2 points.
Syntax
Status = CreateAxis2P ( [iFirstPoint], [iSecondPoint], [oGetCreatedEntity] )
|
Input: (Variant) iFirstPoint |
Enter first point (Array of 3 double) |
|
Input: (Variant) iSecondPoint |
Enter second point (Array of 3 double) |
|
Output: (IEntity)oGetCreatedEntity |
Get the procedure of created entity. (to get all the entities created in this procedure you need to use CimSuiteGeomData::GetEntitiesRelatedByFilter by passing this return entity |
|
Return:(Boolean) status |
TRUE if successful. |