CimSuiteReferences::CreateUcsOnPlanarFace



Your Ad Here

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
(Optional input), the default is the outside normal of a selected face.

Input: (Variant) iFacePoint

Point on a selected Face (array of 3 double)
(Optional input)

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

 

Return to Cimatron Index


Your Ad Here