Description
Create an axis by entering two planes/planar faces.
Syntax
Status = CreateAxisIntersectionEntities ( iFirstEntity, iSecondEntity, [oGetCreatedEntity] )
|
|
|
|
Input: (IEntity) iFirstEntity |
Enter first plane/planar face |
|
Input: (IEntity) iSecondEntity |
Enter second plane/planar face |
|
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. |