IMdAdvancedLine::IsOpen

Use this method to get or set whether the created line (chain) describes a closed shape.

Compatibility

Cimatron 2024 or later

Syntax

int IsOpen {get; set;}

IsOpen:int

Return Type

Return: int

pVal - Whether the created line (chain) is open
   

Input Type

Input: int

newVal - Whether the created line (chain) is open
   

Remarks

None

Example