SmartVolumeProfileBuilderCloseProfileRuleType Enumeration

NXOpen.GeometricUtilities.SmartVolumeProfileBuilder.CloseProfileRuleType is an alias for NXOpen.GeometricUtilities.SmartVolumeProfileBuilderCloseProfileRuleType

class NXOpen.GeometricUtilities.SmartVolumeProfileBuilderCloseProfileRuleType

Bases: object

the type of profile closures to be performed

Enum Members

Enum Member Enum Member Description
Fci Extends the open profile to form the first complete intersection with the target.
Lci Extends the open profile to form the last complete intersection with the target.
Cci For subtract boolean operation, extends the open profile to form the last complete intersection if the profile lies outside the target excluding the coincident portion. Otherwise, use the first complete intersection.
ValueOf()

Returns enum member equivalent to the value passed. Useful for bit operations of enum members.

Signature ValueOf(value)

Parameters:value – Any integer value or bit operation result of enum members:type value: int:returns: Enum member equivalent to the value passed.
Return type:Enum Member type.

New in version NX9.0.1.

License requirements: None.