ConstraintReferenceHalfSpace Enumeration

NXOpen.Positioning.ConstraintReference.HalfSpace is an alias for NXOpen.Positioning.ConstraintReferenceHalfSpace

class NXOpen.Positioning.ConstraintReferenceHalfSpace

Bases: object

Specifies the half space value of one geometry used in a distance constraint. This is only used for surface geometries, and it determines which side of the surface the distance constraint is measured from.

Enum Members

Enum Member Enum Member Description
Infer Allow the solver to decide the half space value, or the geometry is not a surface
Positive Measure to the positive side of the surface
Negative Measure to the negative side of the surface
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.