SketchConstraintGeometryHelp_Struct Struct

NXOpen.Sketch.ConstraintGeometryHelp is an alias for NXOpen.SketchConstraintGeometryHelp_Struct

class NXOpen.SketchConstraintGeometryHelp_Struct

Bases: object

Used by several constraint creation methods that need a help point or parameter to indicate how to create the constraint.

The manner that the help point is used depends on the type of constraint

Fields

Field Description
Type Point or Parameter
Point Ignored unless type is Point
Parameter Ignored unless type is Parameter.

Type

SketchConstraintGeometryHelp_Struct.Type

Point or Parameter -------------------------------------

Getter Method Signature Type()

Returns:
Return type:NXOpen.SketchConstraintGeometryHelpType

-------------------------------------

Setter Method

Signature Type(value)

Parameters:value (NXOpen.SketchConstraintGeometryHelpType) –

Point

SketchConstraintGeometryHelp_Struct.Point

Ignored unless type is Point -------------------------------------

Getter Method Signature Point()

Returns:
Return type:NXOpen.Point3d

-------------------------------------

Setter Method

Signature Point(value)

Parameters:value (NXOpen.Point3d) –

Parameter

SketchConstraintGeometryHelp_Struct.Parameter

Ignored unless type is Parameter.

Represents a parameter, typically along a curve -------------------------------------

Getter Method Signature Parameter()

Returns:
Return type:float

-------------------------------------

Setter Method

Signature Parameter(value)

Parameters:value (float) –