Description
Creates a normal plane to the selected edge that pass through given point.
Syntax
Status = CreatePlaneNormalToEdge ( iEntList, iPoint, [oGetCreatedEntity] )
|
|
|
|
Input: (Entity/Object) iEntList |
Edge (entity object). |
|
Input: (Variant) iPoint |
Point (array of 3 doubles) |
|
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. |
|
|
|
|
|
|