Description
Creates a UCS on selected planar Face.
Syntax
Status = CreateUcsOnPlanarFace ( iPlanarFace, [iFaceDirection], [iFacePoint], [oGetCreatedEntity] )
|
|
|
|
Input: (IEntity) iPlanarFace |
Planar Face only |
|
Input: (Boolean) iFaceDirection |
Direction for UCS |
|
Input: (Variant) iFacePoint |
Point on a selected Face (array of 3 double) |
|
Output: (IEntity)oGetCreatedEntity |
Get the procedure of a 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