NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Public Member Functions | Properties | List of all members
NXOpen.GeometricAnalysis.CurveContinuityBuilder Class Reference

Represents a curve continuity builder More...

Inheritance diagram for NXOpen.GeometricAnalysis.CurveContinuityBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  Type { CurvetoObject, Multicurve }
 Define curve continuity types More...
 

Public Member Functions

unsafe void ResetShowDeviation ()
 Prepare to toggle deviation label More...
 
- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

unsafe NXOpen.Expression AngularThreshold [get]
 Returns the angular threshold More...
 
unsafe
NXOpen.GeometricAnalysis.CurveContinuityBuilder.Type 
ContinuityType [get, set]
 Returns or sets the curve continuity type More...
 
unsafe NXOpen.Expression DistanceThreshold [get]
 Returns the distance threshold More...
 
unsafe NXOpen.SelectNXObject DynamicLabel [get]
 Returns the location for dynamic label More...
 
unsafe double EndPointX [get, set]
 Returns or sets the end point x value More...
 
unsafe double EndPointY [get, set]
 Returns or sets the end point y value More...
 
unsafe double EndPointZ [get, set]
 Returns or sets the end point z value More...
 
unsafe bool G0Check [get, set]
 Returns or sets the G0 check More...
 
unsafe bool G0Check2 [get, set]
 Returns or sets the G0 check for multicurve More...
 
unsafe double G0Tolerance [get, set]
 Returns or sets the g0 tolerance More...
 
unsafe bool G1Check [get, set]
 Returns or sets the G1 check More...
 
unsafe bool G1Check2 [get, set]
 Returns or sets the G1 check for multicurve More...
 
unsafe double G1Tolerance [get, set]
 Returns or sets the g1 tolerance More...
 
unsafe bool G2Check [get, set]
 Returns or sets the G2 check More...
 
unsafe bool G2Check2 [get, set]
 Returns or sets the G2 check for multicurve More...
 
unsafe double G2Tolerance [get, set]
 Returns or sets the g2 tolerance More...
 
unsafe bool G3Check [get, set]
 Returns or sets the G3 check More...
 
unsafe bool G3Check2 [get, set]
 Returns or sets the G3 check for multicurve More...
 
unsafe double G3Tolerance [get, set]
 Returns or sets the g3 tolerance More...
 
unsafe
NXOpen.SelectDisplayableObjectList 
MultiCurve [get]
 Returns the multiple curve More...
 
unsafe NXOpen.SelectNXObject SelectCurve [get]
 Returns the select curve More...
 
unsafe NXOpen.SelectNXObject SelectObject [get]
 Returns the select object More...
 
unsafe bool ShowDeviation [get, set]
 Returns or sets the show deviation label More...
 
unsafe bool ShowMarkup [get, set]
 Returns or sets the show tolerance markup More...
 
unsafe bool ShowMaximum [get, set]
 Returns or sets the show maximum label More...
 
unsafe bool ShowMinimum [get, set]
 Returns or sets the show minimum label More...
 
unsafe bool ShowNeedle [get, set]
 Returns or sets the show needle More...
 
unsafe bool ShowOutOfTolerance [get, set]
 Returns or sets the show out of tolerance only More...
 
- Properties inherited from NXOpen.Builder
unsafe NXOpen.PreviewBuilder PreviewBuilder [get]
 Returns the preview builder subobject. More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents a curve continuity builder

To create a new instance of this class, use NXOpen.GeometricAnalysis.AnalysisObjectCollection.CreateCurveContinuityBuilder

Default values.

Property Value

AngularThreshold.Value

15.0

ContinuityType

Multicurve

DistanceThreshold.Value

10.0 (millimeters part), 0.5 (inches part)

EndPointX

0

EndPointY

0

EndPointZ

0

G0Check

1

G0Check2

1

G0Tolerance

0.01

G1Check

0

G1Check2

0

G1Tolerance

0.5

G2Check

0

G2Check2

0

G2Tolerance

0.5

G3Check

0

G3Check2

0

G3Tolerance

0.5

ShowDeviation

1

ShowMarkup

1

ShowMaximum

0

ShowMinimum

0

ShowNeedle

1

ShowOutOfTolerance

0

Created in NX7.0.0

Member Enumeration Documentation

Define curve continuity types

Enumerator
CurvetoObject 

curve to object

Multicurve 

multicurve

Member Function Documentation

unsafe void NXOpen.GeometricAnalysis.CurveContinuityBuilder.ResetShowDeviation ( )
inline

Prepare to toggle deviation label

Created in NX11.0.1

License requirements: gateway ("UG GATEWAY")

Property Documentation

unsafe NXOpen.Expression NXOpen.GeometricAnalysis.CurveContinuityBuilder.AngularThreshold
get

Returns the angular threshold

Created in NX11.0.1

License requirements: None.

unsafe NXOpen.GeometricAnalysis.CurveContinuityBuilder.Type NXOpen.GeometricAnalysis.CurveContinuityBuilder.ContinuityType
getset

Returns or sets the curve continuity type

Created in NX11.0.1

License requirements to get this property: None.

License requirements to set this property: gateway ("UG GATEWAY")

unsafe NXOpen.Expression NXOpen.GeometricAnalysis.CurveContinuityBuilder.DistanceThreshold
get

Returns the distance threshold

Created in NX11.0.1

License requirements: None.

unsafe NXOpen.SelectNXObject NXOpen.GeometricAnalysis.CurveContinuityBuilder.DynamicLabel
get

Returns the location for dynamic label

Created in NX11.0.1

License requirements: None.

unsafe double NXOpen.GeometricAnalysis.CurveContinuityBuilder.EndPointX
getset

Returns or sets the end point x value

Created in NX7.0.0

License requirements to get this property: None.

License requirements to set this property: gateway ("UG GATEWAY")

unsafe double NXOpen.GeometricAnalysis.CurveContinuityBuilder.EndPointY
getset

Returns or sets the end point y value

Created in NX7.0.0

License requirements to get this property: None.

License requirements to set this property: gateway ("UG GATEWAY")

unsafe double NXOpen.GeometricAnalysis.CurveContinuityBuilder.EndPointZ
getset

Returns or sets the end point z value

Created in NX7.0.0

License requirements to get this property: None.

License requirements to set this property: gateway ("UG GATEWAY")

unsafe bool NXOpen.GeometricAnalysis.CurveContinuityBuilder.G0Check
getset

Returns or sets the G0 check

Created in NX7.0.0

License requirements to get this property: None.

License requirements to set this property: gateway ("UG GATEWAY")

unsafe bool NXOpen.GeometricAnalysis.CurveContinuityBuilder.G0Check2
getset

Returns or sets the G0 check for multicurve

Created in NX11.0.1

License requirements to get this property: None.

License requirements to set this property: gateway ("UG GATEWAY")

unsafe double NXOpen.GeometricAnalysis.CurveContinuityBuilder.G0Tolerance
getset

Returns or sets the g0 tolerance

Created in NX11.0.1

License requirements to get this property: None.

License requirements to set this property: gateway ("UG GATEWAY")

unsafe bool NXOpen.GeometricAnalysis.CurveContinuityBuilder.G1Check
getset

Returns or sets the G1 check

Created in NX7.0.0

License requirements to get this property: None.

License requirements to set this property: gateway ("UG GATEWAY")

unsafe bool NXOpen.GeometricAnalysis.CurveContinuityBuilder.G1Check2
getset

Returns or sets the G1 check for multicurve

Created in NX11.0.1

License requirements to get this property: None.

License requirements to set this property: gateway ("UG GATEWAY")

unsafe double NXOpen.GeometricAnalysis.CurveContinuityBuilder.G1Tolerance
getset

Returns or sets the g1 tolerance

Created in NX11.0.1

License requirements to get this property: None.

License requirements to set this property: gateway ("UG GATEWAY")

unsafe bool NXOpen.GeometricAnalysis.CurveContinuityBuilder.G2Check
getset

Returns or sets the G2 check

Created in NX7.0.0

License requirements to get this property: None.

License requirements to set this property: gateway ("UG GATEWAY")

unsafe bool NXOpen.GeometricAnalysis.CurveContinuityBuilder.G2Check2
getset

Returns or sets the G2 check for multicurve

Created in NX11.0.1

License requirements to get this property: None.

License requirements to set this property: gateway ("UG GATEWAY")

unsafe double NXOpen.GeometricAnalysis.CurveContinuityBuilder.G2Tolerance
getset

Returns or sets the g2 tolerance

Created in NX11.0.1

License requirements to get this property: None.

License requirements to set this property: gateway ("UG GATEWAY")

unsafe bool NXOpen.GeometricAnalysis.CurveContinuityBuilder.G3Check
getset

Returns or sets the G3 check

Created in NX7.0.0

License requirements to get this property: None.

License requirements to set this property: gateway ("UG GATEWAY")

unsafe bool NXOpen.GeometricAnalysis.CurveContinuityBuilder.G3Check2
getset

Returns or sets the G3 check for multicurve

Created in NX11.0.1

License requirements to get this property: None.

License requirements to set this property: gateway ("UG GATEWAY")

unsafe double NXOpen.GeometricAnalysis.CurveContinuityBuilder.G3Tolerance
getset

Returns or sets the g3 tolerance

Created in NX11.0.1

License requirements to get this property: None.

License requirements to set this property: gateway ("UG GATEWAY")

unsafe NXOpen.SelectDisplayableObjectList NXOpen.GeometricAnalysis.CurveContinuityBuilder.MultiCurve
get

Returns the multiple curve

Created in NX11.0.1

License requirements: None.

unsafe NXOpen.SelectNXObject NXOpen.GeometricAnalysis.CurveContinuityBuilder.SelectCurve
get

Returns the select curve

Created in NX7.0.0

License requirements: None.

unsafe NXOpen.SelectNXObject NXOpen.GeometricAnalysis.CurveContinuityBuilder.SelectObject
get

Returns the select object

Created in NX7.0.0

License requirements: None.

unsafe bool NXOpen.GeometricAnalysis.CurveContinuityBuilder.ShowDeviation
getset

Returns or sets the show deviation label

Created in NX11.0.1

License requirements to get this property: None.

License requirements to set this property: gateway ("UG GATEWAY")

unsafe bool NXOpen.GeometricAnalysis.CurveContinuityBuilder.ShowMarkup
getset

Returns or sets the show tolerance markup

Created in NX11.0.1

License requirements to get this property: None.

License requirements to set this property: gateway ("UG GATEWAY")

unsafe bool NXOpen.GeometricAnalysis.CurveContinuityBuilder.ShowMaximum
getset

Returns or sets the show maximum label

Created in NX11.0.1

License requirements to get this property: None.

License requirements to set this property: gateway ("UG GATEWAY")

unsafe bool NXOpen.GeometricAnalysis.CurveContinuityBuilder.ShowMinimum
getset

Returns or sets the show minimum label

Created in NX11.0.1

License requirements to get this property: None.

License requirements to set this property: gateway ("UG GATEWAY")

unsafe bool NXOpen.GeometricAnalysis.CurveContinuityBuilder.ShowNeedle
getset

Returns or sets the show needle

Created in NX7.0.0

License requirements to get this property: None.

License requirements to set this property: gateway ("UG GATEWAY")

unsafe bool NXOpen.GeometricAnalysis.CurveContinuityBuilder.ShowOutOfTolerance
getset

Returns or sets the show out of tolerance only

Created in NX11.0.1

License requirements to get this property: None.

License requirements to set this property: gateway ("UG GATEWAY")


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