EmbossLimitEndcapSourceOption Enumeration

NXOpen.Features.EmbossLimit.EndcapSourceOption is an alias for NXOpen.Features.EmbossLimitEndcapSourceOption

class NXOpen.Features.EmbossLimitEndcapSourceOption

Bases: object

Describes the geometry that is used to create the End-Cap face/body.

Enum Members

Enum Member Enum Member Description
Target Indicates the geometries are some of the faces on the Target Body. Default creation.
Plane Indicates the geometry is datum plane.
Section Indicates the geometry is the sketch plane on which the section resides.
Face Indicates the geometries are selected surfaces not on the target.
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.