Description
Creates a UCS through three points.
Syntax
Status = CreateUcs3P ( [FirstPoint], [SecondPoint], [ThirdPoint], [oGetCreatedEntity] )
|
|
|
|
Input: (Variant) FirstPoint |
First Point (array of 3 double) |
|
Input: (Variant) SecondPoint |
Second Point (array of 3 double) |
|
Input: (Variant) ThirdPoint |
Third 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. |
Remarks