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

Represents a NXOpen.Features.CompositeCurve builder. More...

Inheritance diagram for NXOpen.Features.CompositeCurveBuilder:
NXOpen.Features.FeatureBuilder NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  JoinMethod { No, Cubic, Genernal, Quintic }
 the join method More...
 
enum  PartType { WorkPart, OtherPart }
 Composite Curve part type. More...
 

Public Member Functions

unsafe NXOpen.Features.Feature CommitCreateOnTheFly ()
 Commits the feature and set create on the fly flag More...
 
unsafe void GetProductInterfaceObjects (out NXOpen.Assemblies.ProductInterface.InterfaceObject[] selectedObjects)
 Gets selected product interface objects More...
 
unsafe void GetSourcePartOccurrences (out NXOpen.TaggedObject[] sourcePartOccurrences)
 Gets source part occurrences More...
 
unsafe void GetWaveLinkInformation (out string info, out bool xformExists, out NXOpen.Point3d xformOrigin, out NXOpen.Matrix3x3 xformOrientation, out double xformScale)
 Prints wave browser type information about link More...
 
unsafe void SetProductInterfaceObjects (NXOpen.Assemblies.ProductInterface.InterfaceObject[] selectedObjects)
 Sets selected product interface objects More...
 
unsafe void SetSourcePartOccurrences (NXOpen.TaggedObject[] sourcePartOccurrences)
 Sets source part occurrences More...
 
- Public Member Functions inherited from NXOpen.Features.FeatureBuilder
unsafe NXOpen.Features.Feature CommitFeature ()
 Commits the feature parameters and creates the feature More...
 
unsafe NXOpen.Features.Feature GetFeature ()
 Returns the feature currently being edited by this builder. More...
 
unsafe void HideInternalParentFeatureAfterEdit (NXOpen.Features.Feature parentFeature)
 Re-suppress an internal parent feature (a slave feature) after it has been edited. More...
 
unsafe void SetParentFeatureInternal (NXOpen.Features.Feature parentFeature)
 Set the parent features which would be internal or slaves to the feature being created or commited More...
 
unsafe void ShowInternalParentFeatureForEdit (NXOpen.Features.Feature parentFeature)
 Unsuppress an internal parent feature (a slave feature) so it can be edited. More...
 
unsafe void UnsetParentFeatureInternal (NXOpen.Features.Feature parentFeature)
 Set the internal parent feature of the feature being edited to external 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 bool AllowSelfIntersection [get, set]
 Returns or sets the self intersection More...
 
unsafe bool Associative [get, set]
 Returns or sets the associative More...
 
unsafe
NXOpen.GeometricUtilities.CurveFitData 
CurveFitData [get]
 Returns the curve fit data More...
 
unsafe bool FixAtCurrentTimestamp [get, set]
 Returns or sets the fix at timestamp option More...
 
unsafe NXOpen.Features.Feature FrecAtTimeStamp [get, set]
 Returns or sets the frec at time stamp More...
 
unsafe bool HideOriginal [get, set]
 Returns or sets the hide original More...
 
unsafe bool InheritDisplayProperties [get, set]
 Returns or sets the inherit display properties from source option More...
 
unsafe
NXOpen.Features.CompositeCurveBuilder.JoinMethod 
JoinOption [get, set]
 Returns or sets the join option More...
 
unsafe bool MakePositionIndependent [get, set]
 Returns or sets the make position independent More...
 
unsafe
NXOpen.Features.CompositeCurveBuilder.PartType 
ParentPart [get, set]
 Returns or sets the parent part More...
 
unsafe bool ReverseDirection [get, set]
 Returns or sets the composite curve reverse direction More...
 
unsafe NXOpen.Section Section [get]
 Returns the section More...
 
unsafe NXOpen.TaggedObject SourcePartOccurrence [get, set]
 Returns or sets the source part occurrence More...
 
unsafe double Tolerance [get, set]
 Returns or sets the tolerance More...
 
- Properties inherited from NXOpen.Features.FeatureBuilder
unsafe bool ParentFeatureInternal [get, set]
 Returns or sets whether or not the latest timestamped parent feature of this feature should be made internal 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 NXOpen.Features.CompositeCurve builder.

Inputs to this class can be convergent objects.

To create a new instance of this class, use NXOpen.Features.FeatureCollection.CreateCompositeCurveBuilder

Default values.

Property Value

AllowSelfIntersection

False

Associative

True

CurveFitData.CurveJoinMethod

No

CurveFitData.Degree

7

CurveFitData.FitMethod

DegreeAndSegments

CurveFitData.IsAdvancedFit

0

CurveFitData.IsAlignShape

0

CurveFitData.MaximumDegree

7

CurveFitData.MaximumSegments

1

CurveFitData.MinimumDegree

5

CurveFitData.Segments

1

HideOriginal

False

InheritDisplayProperties

False

Created in NX5.0.0

Member Enumeration Documentation

the join method

Enumerator
No 

No

Cubic 

Cubic

Genernal 

General

Quintic 

Quintic

Composite Curve part type.

Enumerator
WorkPart 

Work part

OtherPart 

Other part in assembly

Member Function Documentation

unsafe NXOpen.Features.Feature NXOpen.Features.CompositeCurveBuilder.CommitCreateOnTheFly ( )
inline

Commits the feature and set create on the fly flag

Created in NX6.0.0

License requirements: solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE") OR geometric_tol ("GDT") OR insp_programming ("INSPECTION PROGRAMMING")

Returns
unsafe void NXOpen.Features.CompositeCurveBuilder.GetProductInterfaceObjects ( out NXOpen.Assemblies.ProductInterface.InterfaceObject[]  selectedObjects)
inline

Gets selected product interface objects

Created in NX9.0.0

License requirements: None.

Parameters
selectedObjectsitems in list
unsafe void NXOpen.Features.CompositeCurveBuilder.GetSourcePartOccurrences ( out NXOpen.TaggedObject[]  sourcePartOccurrences)
inline

Gets source part occurrences

Created in NX10.0.0

License requirements: None.

Parameters
sourcePartOccurrences
unsafe void NXOpen.Features.CompositeCurveBuilder.GetWaveLinkInformation ( out string  info,
out bool  xformExists,
out NXOpen.Point3d  xformOrigin,
out NXOpen.Matrix3x3  xformOrientation,
out double  xformScale 
)
inline

Prints wave browser type information about link

Created in NX6.0.0

License requirements: wave ("WAVE FUNCTIONALITY")

Parameters
infoqueried wave information
xformExiststrue if there is a transform
xformOrigintransformation origin
xformOrientationtransformation matrix
xformScaletransformation scale
unsafe void NXOpen.Features.CompositeCurveBuilder.SetProductInterfaceObjects ( NXOpen.Assemblies.ProductInterface.InterfaceObject[]  selectedObjects)
inline

Sets selected product interface objects

Created in NX9.0.0

License requirements: None.

Parameters
selectedObjectsitems in list
unsafe void NXOpen.Features.CompositeCurveBuilder.SetSourcePartOccurrences ( NXOpen.TaggedObject[]  sourcePartOccurrences)
inline

Sets source part occurrences

Created in NX10.0.0

License requirements: None.

Parameters
sourcePartOccurrences

Property Documentation

unsafe bool NXOpen.Features.CompositeCurveBuilder.AllowSelfIntersection
getset

Returns or sets the self intersection

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE") OR geometric_tol ("GDT") OR insp_programming ("INSPECTION PROGRAMMING")

unsafe bool NXOpen.Features.CompositeCurveBuilder.Associative
getset

Returns or sets the associative

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE") OR geometric_tol ("GDT") OR insp_programming ("INSPECTION PROGRAMMING")

unsafe NXOpen.GeometricUtilities.CurveFitData NXOpen.Features.CompositeCurveBuilder.CurveFitData
get

Returns the curve fit data

Created in NX11.0.0

License requirements: None.

unsafe bool NXOpen.Features.CompositeCurveBuilder.FixAtCurrentTimestamp
getset

Returns or sets the fix at timestamp option

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE") OR geometric_tol ("GDT") OR insp_programming ("INSPECTION PROGRAMMING")

unsafe NXOpen.Features.Feature NXOpen.Features.CompositeCurveBuilder.FrecAtTimeStamp
getset

Returns or sets the frec at time stamp

Created in NX6.0.1

License requirements to get this property: None.

License requirements to set this property: solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE") OR geometric_tol ("GDT") OR insp_programming ("INSPECTION PROGRAMMING")

unsafe bool NXOpen.Features.CompositeCurveBuilder.HideOriginal
getset

Returns or sets the hide original

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE") OR geometric_tol ("GDT") OR insp_programming ("INSPECTION PROGRAMMING")

unsafe bool NXOpen.Features.CompositeCurveBuilder.InheritDisplayProperties
getset

Returns or sets the inherit display properties from source option

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE") OR geometric_tol ("GDT") OR insp_programming ("INSPECTION PROGRAMMING")

unsafe NXOpen.Features.CompositeCurveBuilder.JoinMethod NXOpen.Features.CompositeCurveBuilder.JoinOption
getset

Returns or sets the join option

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE") OR geometric_tol ("GDT") OR insp_programming ("INSPECTION PROGRAMMING")

unsafe bool NXOpen.Features.CompositeCurveBuilder.MakePositionIndependent
getset

Returns or sets the make position independent

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE") OR geometric_tol ("GDT") OR insp_programming ("INSPECTION PROGRAMMING")

unsafe NXOpen.Features.CompositeCurveBuilder.PartType NXOpen.Features.CompositeCurveBuilder.ParentPart
getset

Returns or sets the parent part

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE") OR geometric_tol ("GDT") OR insp_programming ("INSPECTION PROGRAMMING")

unsafe bool NXOpen.Features.CompositeCurveBuilder.ReverseDirection
getset

Returns or sets the composite curve reverse direction

Created in NX9.0.2

License requirements to get this property: None.

License requirements to set this property: solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE") OR geometric_tol ("GDT") OR insp_programming ("INSPECTION PROGRAMMING")

unsafe NXOpen.Section NXOpen.Features.CompositeCurveBuilder.Section
get

Returns the section

Created in NX5.0.0

License requirements: None.

unsafe NXOpen.TaggedObject NXOpen.Features.CompositeCurveBuilder.SourcePartOccurrence
getset

Returns or sets the source part occurrence

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.Features.CompositeCurveBuilder.Tolerance
getset

Returns or sets the tolerance

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE") OR geometric_tol ("GDT") OR insp_programming ("INSPECTION PROGRAMMING")


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