Description
This property allows you to get and set if the surface is closed in the U direction.
Syntax
Property get:
IsClose = IsClosedInUDir ( );
|
Return: (Boolean) IsClose |
TRUE if the surface is closed in the U direction. |
Property set:
IsClosedInUDir ( IsClose );
|
Input: (Boolean) IsClose |
TRUE if the surface will be closed in the U direction. |