NXOpen .NET Reference  12.0.0
Public Types | Public Member Functions | Protected Member Functions | Properties | List of all members
NXOpen.DatumConstraint Class Reference

Represents a constraint that specifies the location of a NXOpen.Features.DatumFeature . More...

Inheritance diagram for NXOpen.DatumConstraint:

Public Types

enum  CurveOption { Distance, Percent }
 Specifies the distance on the curve as absolute distance or relative distance as percentage More...
 
enum  Solution {
  Undefined, Tangent, Normal, Binormal,
  OppositeTangent, OppositeNormal, OppositeBinormal, Project
}
 Specifies the alternate solution for datum axis using point on curve method More...
 
enum  Type {
  Undefined, Coincident, Parallel, Perpendicular,
  Center, Tangent, Distance, Angle,
  Frenet
}
 Specifies different constraint types for selected geometries More...
 

Public Member Functions

unsafe void SetArcLength (string length)
  More...
 
unsafe void SetAlternateSolution (NXOpen.DatumConstraint.Solution solution)
  More...
 

Protected Member Functions

override void FreeResource ()
  More...
 

Properties

unsafe
NXOpen.DatumConstraint.Solution 
AlternateSolution [get]
 Returns More...
 
unsafe NXOpen.Expression ArcLength [get]
 Returns More...
 
unsafe
NXOpen.DatumConstraint.CurveOption 
ArcLengthType [get, set]
 Returns or sets More...
 
unsafe NXOpen.DatumConstraint.Type ConstraintType [get, set]
 Returns or sets More...
 
unsafe NXOpen.DisplayableObject Geometry [get, set]
 Returns or sets More...
 

Detailed Description

Represents a constraint that specifies the location of a NXOpen.Features.DatumFeature .

To create a new instance of this class, use NXOpen.Features.DatumBuilder.CreateConstraint

Created in NX4.0.0

Member Enumeration Documentation

Specifies the distance on the curve as absolute distance or relative distance as percentage

Enumerator
Distance 

Absolute distance

Percent 

Relative distance as percentage

Specifies the alternate solution for datum axis using point on curve method

Enumerator
Undefined 
Tangent 
Normal 
Binormal 
OppositeTangent 
OppositeNormal 
OppositeBinormal 

Datum axis at opposite to binormal to curve

Project 

This direction is calculated by projecting a point selected along a curve to a line, a datum axis, an edge of a solid, a planar face or a datum plane

Specifies different constraint types for selected geometries

Enumerator
Undefined 
Coincident 
Parallel 
Perpendicular 
Center 
Tangent 
Distance 
Angle 
Frenet 

Member Function Documentation

override void NXOpen.DatumConstraint.FreeResource ( )
protected

Created in NX4.0.0

License requirements: None.

unsafe void NXOpen.DatumConstraint.SetAlternateSolution ( NXOpen.DatumConstraint.Solution  solution)

Created in NX4.0.0

License requirements: solid_modeling ("SOLIDS MODELING")

Parameters
solution
unsafe void NXOpen.DatumConstraint.SetArcLength ( string  length)

Created in NX4.0.0

License requirements: solid_modeling ("SOLIDS MODELING")

Parameters
length

Property Documentation

unsafe NXOpen.DatumConstraint.Solution NXOpen.DatumConstraint.AlternateSolution
get

Returns

Created in NX4.0.0

License requirements: solid_modeling ("SOLIDS MODELING")

unsafe NXOpen.Expression NXOpen.DatumConstraint.ArcLength
get

Returns

Created in NX4.0.0

License requirements: solid_modeling ("SOLIDS MODELING")

unsafe NXOpen.DatumConstraint.CurveOption NXOpen.DatumConstraint.ArcLengthType
getset

Returns or sets

Created in NX4.0.0

License requirements to get this property: solid_modeling ("SOLIDS MODELING")

License requirements to set this property: solid_modeling ("SOLIDS MODELING")

unsafe NXOpen.DatumConstraint.Type NXOpen.DatumConstraint.ConstraintType
getset

Returns or sets

Created in NX4.0.0

License requirements to get this property: solid_modeling ("SOLIDS MODELING")

License requirements to set this property: solid_modeling ("SOLIDS MODELING")

unsafe NXOpen.DisplayableObject NXOpen.DatumConstraint.Geometry
getset

Returns or sets

Created in NX4.0.0

License requirements to get this property: solid_modeling ("SOLIDS MODELING")

License requirements to set this property: solid_modeling ("SOLIDS MODELING")


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