NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::GeometricUtilities::DegreesAndSegmentsOrPatchesBuilder Class Reference

the DegreesAndSegmentsOrPatches builder
Created in NX6.0.0. More...

Inheritance diagram for NXOpen::GeometricUtilities::DegreesAndSegmentsOrPatchesBuilder:
NXOpen::TaggedObject NXOpen::INXObject NXOpen::GeometricUtilities::IComponentBuilder

Public Member Functions

int Degree ()
 Returns the degree
Created in NX6.0.0. More...
 
virtual NXOpen::INXObjectFindObject (const NXString &journalIdentifier)
 Finds the NXOpen::NXObject with the given identifier as recorded in a journal. More...
 
virtual NXOpen::INXObjectFindObject (const char *journalIdentifier)
 Finds the NXOpen::NXObject with the given identifier as recorded in a journal. More...
 
virtual bool IsOccurrence ()
 Returns whether this object is an occurrence or not. More...
 
virtual NXString JournalIdentifier ()
 Returns the identifier that would be recorded in a journal for this object. More...
 
virtual NXString Name ()
 Returns the custom name of the object. More...
 
virtual
NXOpen::Assemblies::Component
OwningComponent ()
 Returns the owning component, if this object is an occurrence. More...
 
virtual NXOpen::BasePartOwningPart ()
 Returns the owning part of this object
Created in NX3.0.0. More...
 
virtual void Print ()
 Prints a representation of this object to the system log file. More...
 
virtual NXOpen::INXObjectPrototype ()
 Returns the prototype of this object if it is an occurrence. More...
 
int SegmentsOrPatches ()
 Returns the patches
Created in NX6.0.0. More...
 
void SetDegree (int degree)
 Sets the degree
Created in NX6.0.0. More...
 
virtual void SetName (const NXString &name)
 Sets the custom name of the object. More...
 
virtual void SetName (const char *name)
 Sets the custom name of the object. More...
 
void SetSegmentsOrPatches (int segmentsOrPatches)
 Sets the patches
Created in NX6.0.0. More...
 
void SetUDegree (int uDegree)
 Sets the u degree
Created in NX6.0.0. More...
 
void SetUPatches (int uPatches)
 Sets the u patches
Created in NX6.0.0. More...
 
void SetVDegree (int vDegree)
 Sets the v degree
Created in NX6.0.0. More...
 
void SetVPatches (int vPatches)
 Sets the v patches
Created in NX6.0.0. More...
 
int UDegree ()
 Returns the u degree
Created in NX6.0.0. More...
 
int UPatches ()
 Returns the u patches
Created in NX6.0.0. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
int VDegree ()
 Returns the v degree
Created in NX6.0.0. More...
 
int VPatches ()
 Returns the v patches
Created in NX6.0.0. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

the DegreesAndSegmentsOrPatches builder
Created in NX6.0.0.


Member Function Documentation

int NXOpen::GeometricUtilities::DegreesAndSegmentsOrPatchesBuilder::Degree ( )

Returns the degree
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

virtual NXOpen::INXObject* NXOpen::GeometricUtilities::DegreesAndSegmentsOrPatchesBuilder::FindObject ( const NXString journalIdentifier)
virtual

Finds the NXOpen::NXObject with the given identifier as recorded in a journal.

An object may not return the same value as its JournalIdentifier in different versions of the software. However newer versions of the software should find the same object when FindObject is passed older versions of its journal identifier. In general, this method should not be used in handwritten code and exists to support record and playback of journals.

An exception will be thrown if no object can be found with the given journal identifier.

Returns

Created in NX3.0.0.

License requirements : None
Parameters
journalIdentifierJournal identifier of the object

Implements NXOpen::INXObject.

virtual NXOpen::INXObject* NXOpen::GeometricUtilities::DegreesAndSegmentsOrPatchesBuilder::FindObject ( const char *  journalIdentifier)
virtual

Finds the NXOpen::NXObject with the given identifier as recorded in a journal.

An object may not return the same value as its JournalIdentifier in different versions of the software. However newer versions of the software should find the same object when FindObject is passed older versions of its journal identifier. In general, this method should not be used in handwritten code and exists to support record and playback of journals.

An exception will be thrown if no object can be found with the given journal identifier.

Returns

Created in NX3.0.0.

License requirements : None
Parameters
journalIdentifierJournal identifier of the object

Implements NXOpen::INXObject.

virtual bool NXOpen::GeometricUtilities::DegreesAndSegmentsOrPatchesBuilder::IsOccurrence ( )
virtual

Returns whether this object is an occurrence or not.


Created in NX3.0.0.

License requirements : None

Implements NXOpen::INXObject.

virtual NXString NXOpen::GeometricUtilities::DegreesAndSegmentsOrPatchesBuilder::JournalIdentifier ( )
virtual

Returns the identifier that would be recorded in a journal for this object.

This may not be the same across different releases of the software.
Created in NX3.0.0.

License requirements : None

Implements NXOpen::INXObject.

virtual NXString NXOpen::GeometricUtilities::DegreesAndSegmentsOrPatchesBuilder::Name ( )
virtual

Returns the custom name of the object.


Created in NX3.0.0.

License requirements : None

Implements NXOpen::INXObject.

virtual NXOpen::Assemblies::Component* NXOpen::GeometricUtilities::DegreesAndSegmentsOrPatchesBuilder::OwningComponent ( )
virtual

Returns the owning component, if this object is an occurrence.


Created in NX3.0.0.

License requirements : None

Implements NXOpen::INXObject.

virtual NXOpen::BasePart* NXOpen::GeometricUtilities::DegreesAndSegmentsOrPatchesBuilder::OwningPart ( )
virtual

Returns the owning part of this object
Created in NX3.0.0.



License requirements : None

Implements NXOpen::INXObject.

virtual void NXOpen::GeometricUtilities::DegreesAndSegmentsOrPatchesBuilder::Print ( )
virtual

Prints a representation of this object to the system log file.


Created in NX3.0.0.

License requirements : None

Implements NXOpen::INXObject.

virtual NXOpen::INXObject* NXOpen::GeometricUtilities::DegreesAndSegmentsOrPatchesBuilder::Prototype ( )
virtual

Returns the prototype of this object if it is an occurrence.


Created in NX3.0.0.

License requirements : None

Implements NXOpen::INXObject.

int NXOpen::GeometricUtilities::DegreesAndSegmentsOrPatchesBuilder::SegmentsOrPatches ( )

Returns the patches
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

void NXOpen::GeometricUtilities::DegreesAndSegmentsOrPatchesBuilder::SetDegree ( int  degree)

Sets the degree
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Parameters
degreedegree
virtual void NXOpen::GeometricUtilities::DegreesAndSegmentsOrPatchesBuilder::SetName ( const NXString name)
virtual

Sets the custom name of the object.

NOTE: This method should not be used to edit a read-only object such as a Mirrored PMI object. If it is, the changes will be overridden when the part is updated.
Created in NX3.0.0.

License requirements : None

Parameters
namename

Implements NXOpen::INXObject.

virtual void NXOpen::GeometricUtilities::DegreesAndSegmentsOrPatchesBuilder::SetName ( const char *  name)
virtual

Sets the custom name of the object.

NOTE: This method should not be used to edit a read-only object such as a Mirrored PMI object. If it is, the changes will be overridden when the part is updated.
Created in NX3.0.0.

License requirements : None

Parameters
namename

Implements NXOpen::INXObject.

void NXOpen::GeometricUtilities::DegreesAndSegmentsOrPatchesBuilder::SetSegmentsOrPatches ( int  segmentsOrPatches)

Sets the patches
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Parameters
segmentsOrPatchessegmentsorpatches
void NXOpen::GeometricUtilities::DegreesAndSegmentsOrPatchesBuilder::SetUDegree ( int  uDegree)

Sets the u degree
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Parameters
uDegreeudegree
void NXOpen::GeometricUtilities::DegreesAndSegmentsOrPatchesBuilder::SetUPatches ( int  uPatches)

Sets the u patches
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Parameters
uPatchesupatches
void NXOpen::GeometricUtilities::DegreesAndSegmentsOrPatchesBuilder::SetVDegree ( int  vDegree)

Sets the v degree
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Parameters
vDegreevdegree
void NXOpen::GeometricUtilities::DegreesAndSegmentsOrPatchesBuilder::SetVPatches ( int  vPatches)

Sets the v patches
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Parameters
vPatchesvpatches
int NXOpen::GeometricUtilities::DegreesAndSegmentsOrPatchesBuilder::UDegree ( )

Returns the u degree
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

int NXOpen::GeometricUtilities::DegreesAndSegmentsOrPatchesBuilder::UPatches ( )

Returns the u patches
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

virtual bool NXOpen::GeometricUtilities::DegreesAndSegmentsOrPatchesBuilder::Validate ( )
virtual

Validate whether the inputs to the component are sufficient for commit to be called.

If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven't set it. This method throws a not-yet-implemented NXException for some components.

Returns
Was self validation successful
Created in NX3.0.1.

License requirements : None

Implements NXOpen::GeometricUtilities::IComponentBuilder.

int NXOpen::GeometricUtilities::DegreesAndSegmentsOrPatchesBuilder::VDegree ( )

Returns the v degree
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

int NXOpen::GeometricUtilities::DegreesAndSegmentsOrPatchesBuilder::VPatches ( )

Returns the v patches
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")


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