Description
Creates an axis parallel to an existing axis or straight curve.
Syntax
Status = CreateAxisParallelToEntity ( iEnt, [iDistance], [iDirection], [oGetCreatedEntity] )
|
Input: (IEntity) iEnt |
An entity to which an axis is parallel. |
|
Input: (Double) iDistance |
Distance along a direction vector (Default = 100). |
|
Input: (Variant) iDirection |
Vector coordinates (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 |