CimSuiteReferences::CreatePlaneNormalToEdge



Your Ad Here

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)
(Point must be on selected Edge)

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.

 

 

 

 

Return to Cimatron Index


Your Ad Here