IMdPlane::ParallelThroughPoint



Your Ad Here

Description

This property allows you to get and set point coordinates through which a newly-created plane will pass . This property is only applicable in the cmPlaneModeParallel mode.

Syntax

Property get:

Point = ParallelThroughPoint ( );

Return: (Variant) Point

Variant that contains double type one dimensional array of point coordinates through which the newly-created plane passes.

 

Property set:

ParallelThroughPoint( Point );

Input: (Variant) Point

Variant that contains double type one dimensional array of point coordinates through which the newly-created plane will pass.

Note

All coordinates are given relative to the model's main UCS.

Return to Cimatron Index


Your Ad Here