SketchDimensionGeometry_Struct Struct

NXOpen.Sketch.DimensionGeometry is an alias for NXOpen.SketchDimensionGeometry_Struct

class NXOpen.SketchDimensionGeometry_Struct

Bases: object

Used in the dimension creation methods to indicate what geometry to create the dimension on.

<code> Examples: 1. To specify the start point of line1 Geometry = line1 AssocType = StartPoint AssocValue = 0 </code>

Fields

Field Description
Geometry  
AssocType  
AssocValue See table for meaning.
HelpPoint help point
View The view the geometry is dependent on, if any

Geometry

SketchDimensionGeometry_Struct.Geometry

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

Getter Method Signature Geometry()

Returns:
Return type:NXOpen.NXObject

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

Setter Method

Signature Geometry(value)

Parameters:value (NXOpen.NXObject) –

AssocType

SketchDimensionGeometry_Struct.AssocType

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

Getter Method Signature AssocType()

Returns:
Return type:NXOpen.SketchAssocType

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

Setter Method

Signature AssocType(value)

Parameters:value (NXOpen.SketchAssocType) –

AssocValue

SketchDimensionGeometry_Struct.AssocValue

See table for meaning.

<code> The AssocValue has the following meanings: AssocType AssocValue meaning ———- ——————- Tangency parameter percentage (0 - 100) (used to find approximate tangent point) CurvePoint the index number of the defining point of the spline(starting from 1) all else not used </code>

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

Getter Method Signature AssocValue()

Returns:
Return type:int

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

Setter Method

Signature AssocValue(value)

Parameters:value (int) –

HelpPoint

SketchDimensionGeometry_Struct.HelpPoint

help point -------------------------------------

Getter Method Signature HelpPoint()

Returns:
Return type:NXOpen.Point3d

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

Setter Method

Signature HelpPoint(value)

Parameters:value (NXOpen.Point3d) –

View

SketchDimensionGeometry_Struct.View

The view the geometry is dependent on, if any -------------------------------------

Getter Method Signature View()

Returns:
Return type:NXOpen.NXObject

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

Setter Method

Signature View(value)

Parameters:value (NXOpen.NXObject) –