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

Represents a tool to control whether to show a curve's poles,knots,combs,peaks and inflections More...

Inheritance diagram for NXOpen.GeometricAnalysis.CurveAnalysisDisplay:

Public Types

enum  ShowFlagType {
  Pole, Comb, Inflection, Peak,
  Knot, Endpoint
}
 Show flag types More...
 

Public Member Functions

unsafe void SetAnalysisRecord (NXOpen.Curve curve, NXOpen.GeometricAnalysis.CurveAnalysisRecord record)
 Sets analysis record More...
 
unsafe
NXOpen.GeometricAnalysis.CurveAnalysisRecord 
GetAnalysisRecord (NXOpen.Curve curve)
 Gets analysis record More...
 
unsafe
NXOpen.GeometricAnalysis.CurveAnalysisRecord 
NewRecord ()
 Creats a curve analysis record More...
 
unsafe void SetShowFlag (NXOpen.Curve curve, NXOpen.GeometricAnalysis.CurveAnalysisDisplay.ShowFlagType choice, bool on)
 Sets show flags More...
 
unsafe void SetShowPole (NXOpen.Curve curve, bool show)
 Sets a flag representing poles display state of a b-spline curve More...
 
unsafe bool GetShowPole (NXOpen.Curve curve)
 Gets a flag representing poles display state of a b-spline curve More...
 
unsafe void SetShowKnot (NXOpen.Curve curve, bool show)
 Sets a flag representing knots display state of a b-spline curve More...
 
unsafe bool GetShowKnot (NXOpen.Curve curve)
 Gets a flag representing knots display state of a b-spline curve More...
 
unsafe void SetShowEndPoints (NXOpen.Curve curve, bool show)
 Sets a flag representing end points display state of a curve More...
 
unsafe bool GetShowEndPoints (NXOpen.Curve curve)
 Gets a flag representing end points display state of a curve More...
 

Properties

Tag Tag [get]
 Returns the tag of this object. More...
 

Detailed Description

Represents a tool to control whether to show a curve's poles,knots,combs,peaks and inflections

To obtain an instance of this class, refer to NXOpen.GeometricAnalysis.AnalysisObjectCollection

Created in NX6.0.0

Member Enumeration Documentation

Show flag types

Enumerator
Pole 

show pole

Comb 

show comb

Inflection 

show inflection

Peak 

show peak

Knot 

show knot

Endpoint 

show endpoint

Member Function Documentation

unsafe NXOpen.GeometricAnalysis.CurveAnalysisRecord NXOpen.GeometricAnalysis.CurveAnalysisDisplay.GetAnalysisRecord ( NXOpen.Curve  curve)

Gets analysis record

Created in NX6.0.0

Deprecated in NX8.5.0. Use NXOpen.GeometricAnalysis.CurveCurvatureAnalysis .

License requirements: solid_modeling ("SOLIDS MODELING")

Parameters
curvecurve
Returns
curve analysis record
unsafe bool NXOpen.GeometricAnalysis.CurveAnalysisDisplay.GetShowEndPoints ( NXOpen.Curve  curve)

Gets a flag representing end points display state of a curve

Created in NX8.5.0

License requirements: solid_modeling ("SOLIDS MODELING")

Parameters
curvecurve
Returns
unsafe bool NXOpen.GeometricAnalysis.CurveAnalysisDisplay.GetShowKnot ( NXOpen.Curve  curve)

Gets a flag representing knots display state of a b-spline curve

Created in NX8.5.0

License requirements: solid_modeling ("SOLIDS MODELING")

Parameters
curvecurve
Returns
unsafe bool NXOpen.GeometricAnalysis.CurveAnalysisDisplay.GetShowPole ( NXOpen.Curve  curve)

Gets a flag representing poles display state of a b-spline curve

Created in NX8.5.0

License requirements: solid_modeling ("SOLIDS MODELING")

Parameters
curvecurve
Returns
unsafe NXOpen.GeometricAnalysis.CurveAnalysisRecord NXOpen.GeometricAnalysis.CurveAnalysisDisplay.NewRecord ( )

Creats a curve analysis record

Created in NX6.0.0

Deprecated in NX8.5.0. Use NXOpen.GeometricAnalysis.CurveCurvatureAnalysis .

License requirements: solid_modeling ("SOLIDS MODELING")

Returns
unsafe void NXOpen.GeometricAnalysis.CurveAnalysisDisplay.SetAnalysisRecord ( NXOpen.Curve  curve,
NXOpen.GeometricAnalysis.CurveAnalysisRecord  record 
)

Sets analysis record

Created in NX6.0.0

Deprecated in NX8.5.0. Use NXOpen.GeometricAnalysis.CurveCurvatureAnalysis .

License requirements: solid_modeling ("SOLIDS MODELING")

Parameters
curvecurve
recordcurve analysis record
unsafe void NXOpen.GeometricAnalysis.CurveAnalysisDisplay.SetShowEndPoints ( NXOpen.Curve  curve,
bool  show 
)

Sets a flag representing end points display state of a curve

Created in NX8.5.0

License requirements: solid_modeling ("SOLIDS MODELING")

Parameters
curvecurve
show
unsafe void NXOpen.GeometricAnalysis.CurveAnalysisDisplay.SetShowFlag ( NXOpen.Curve  curve,
NXOpen.GeometricAnalysis.CurveAnalysisDisplay.ShowFlagType  choice,
bool  on 
)

Sets show flags

Created in NX6.0.0

Deprecated in NX8.5.0. Use NXOpen.GeometricAnalysis.CurveCurvatureAnalysis .

License requirements: solid_modeling ("SOLIDS MODELING")

Parameters
curvecurve
choicepole/comb/inflection/peak/knot
ontrue/false to show flags
unsafe void NXOpen.GeometricAnalysis.CurveAnalysisDisplay.SetShowKnot ( NXOpen.Curve  curve,
bool  show 
)

Sets a flag representing knots display state of a b-spline curve

Created in NX8.5.0

License requirements: solid_modeling ("SOLIDS MODELING")

Parameters
curvecurve
show
unsafe void NXOpen.GeometricAnalysis.CurveAnalysisDisplay.SetShowPole ( NXOpen.Curve  curve,
bool  show 
)

Sets a flag representing poles display state of a b-spline curve

Created in NX8.5.0

License requirements: solid_modeling ("SOLIDS MODELING")

Parameters
curvecurve
show

Property Documentation

Tag NXOpen.GeometricAnalysis.CurveAnalysisDisplay.Tag
get

Returns the tag of this object.


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