EmbossProjectionProjectionOption Enumeration

NXOpen.Features.EmbossProjection.ProjectionOption is an alias for NXOpen.Features.EmbossProjectionProjectionOption

class NXOpen.Features.EmbossProjectionProjectionOption

Bases: object

Describes the geometry for projection

Enum Members

Enum Member Enum Member Description
Endcap Indicates the geometry is End-Cap.
Target Indicates the geometry is target.
Face Indicates the geometries are selected faces.
Plane Indicates the geometry is datum plane.
NotSet Indicates no geometry.
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.