NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Attributes | List of all members
NXOpen.Sketch.DimensionGeometry Struct Reference

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

Public Attributes

NXOpen.Sketch.AssocType AssocType
  More...
 
int AssocValue
 See table for meaning. More...
 
NXOpen.NXObject Geometry
  More...
 
NXOpen.Point3d HelpPoint
 help point More...
 
NXOpen.NXObject View
 The view the geometry is dependent on, if any More...
 

Detailed Description

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

Examples:
1. To specify the start point of line1
Geometry = line1

Member Data Documentation

NXOpen.Sketch.AssocType NXOpen.Sketch.DimensionGeometry.AssocType

int NXOpen.Sketch.DimensionGeometry.AssocValue

See table for meaning.

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
NXOpen.NXObject NXOpen.Sketch.DimensionGeometry.Geometry

NXOpen.Point3d NXOpen.Sketch.DimensionGeometry.HelpPoint

help point

NXOpen.NXObject NXOpen.Sketch.DimensionGeometry.View

The view the geometry is dependent on, if any


The documentation for this struct was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.