IMdDriveFace::OptionalPlane

Use this property to get and set the plane constraint when the PlaneOption is cmDrivePlaneFace.

Compatibility

Cimatron 2024 or later

Syntax

interop.CimMdlrAPI.ICimEntity OptionalPlane {get; set;}

OptionalPlane : interop.CimMdlrAPI.ICimEntity

Return Type

Return: interop.CimMdlrAPI.ICimEntity

pVal—Plane constraint

   

Input Type

Input: interop.CimMdlrAPI.ICimEntity

newVal—Plane constraint

   

Remarks

None

Example