NX Open C++ Reference Guide
|
the DegreesAndSegmentsOrPatches builder
Created in NX6.0.0.
More...
Public Member Functions | |
int | Degree () |
Returns the degree Created in NX6.0.0. | |
virtual NXOpen::INXObject * | FindObject (const NXString &journalIdentifier) |
Finds the NXObject with the given identifier as recorded in a journal. | |
NXOpen::INXObject * | FindObject (const char *journalIdentifier) |
Finds the NXObject with the given identifier as recorded in a journal. | |
virtual bool | IsOccurrence () |
Returns whether this object is an occurrence or not. | |
virtual NXString | JournalIdentifier () |
Returns the identifier that would be recorded in a journal for this object. | |
virtual NXString | Name () |
Returns the custom name of the object. | |
virtual NXOpen::Assemblies::Component * | OwningComponent () |
Returns the owning component, if this object is an occurrence. | |
virtual NXOpen::BasePart * | OwningPart () |
Returns the owning part of this object Created in NX3.0.0. | |
virtual void | Print () |
Prints a representation of this object to the system log file. | |
virtual NXOpen::INXObject * | Prototype () |
Returns the prototype of this object if it is an occurrence. | |
int | SegmentsOrPatches () |
Returns the patches Created in NX6.0.0. | |
void | SetDegree (int degree) |
Sets the degree Created in NX6.0.0. | |
virtual void | SetName (const NXString &name) |
Sets the custom name of the object. | |
void | SetName (const char *name) |
Sets the custom name of the object. | |
void | SetSegmentsOrPatches (int segmentsOrPatches) |
Sets the patches Created in NX6.0.0. | |
void | SetUDegree (int uDegree) |
Sets the u degree Created in NX6.0.0. | |
void | SetUPatches (int uPatches) |
Sets the u patches Created in NX6.0.0. | |
void | SetVDegree (int vDegree) |
Sets the v degree Created in NX6.0.0. | |
void | SetVPatches (int vPatches) |
Sets the v patches Created in NX6.0.0. | |
int | UDegree () |
Returns the u degree Created in NX6.0.0. | |
int | UPatches () |
Returns the u patches Created in NX6.0.0. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. | |
int | VDegree () |
Returns the v degree Created in NX6.0.0. | |
int | VPatches () |
Returns the v patches Created in NX6.0.0. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
![]() | |
NXOpen::INXObject * | FindObject (const char *journalIdentifier) |
Finds the NXObject with the given identifier as recorded in a journal. | |
void | SetName (const char *name) |
Sets the custom name of the object. | |
the DegreesAndSegmentsOrPatches builder
Created in NX6.0.0.
int NXOpen::GeometricUtilities::DegreesAndSegmentsOrPatchesBuilder::Degree | ( | ) |
Returns the degree
Created in NX6.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
|
virtual |
Finds the 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.
journalIdentifier | Journal identifier of the object |
Implements NXOpen::INXObject.
NXOpen::INXObject* NXOpen::GeometricUtilities::DegreesAndSegmentsOrPatchesBuilder::FindObject | ( | const char * | journalIdentifier | ) |
Finds the 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.
journalIdentifier | Journal identifier of the object |
|
virtual |
Returns whether this object is an occurrence or not.
Created in NX3.0.0.
License requirements : None
Implements NXOpen::INXObject.
|
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 |
Returns the custom name of the object.
Created in NX3.0.0.
License requirements : None
Implements NXOpen::INXObject.
|
virtual |
Returns the owning component, if this object is an occurrence.
Created in NX3.0.0.
License requirements : None
Implements NXOpen::INXObject.
|
virtual |
Returns the owning part of this object
Created in NX3.0.0.
License requirements : None
Implements NXOpen::INXObject.
|
virtual |
Prints a representation of this object to the system log file.
Created in NX3.0.0.
License requirements : None
Implements NXOpen::INXObject.
|
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")
degree | degree |
|
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
name | name |
Implements NXOpen::INXObject.
void NXOpen::GeometricUtilities::DegreesAndSegmentsOrPatchesBuilder::SetName | ( | const char * | name | ) |
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
name | name |
void NXOpen::GeometricUtilities::DegreesAndSegmentsOrPatchesBuilder::SetSegmentsOrPatches | ( | int | segmentsOrPatches | ) |
Sets the patches
Created in NX6.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
segmentsOrPatches | segmentsorpatches |
void NXOpen::GeometricUtilities::DegreesAndSegmentsOrPatchesBuilder::SetUDegree | ( | int | uDegree | ) |
Sets the u degree
Created in NX6.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
uDegree | udegree |
void NXOpen::GeometricUtilities::DegreesAndSegmentsOrPatchesBuilder::SetUPatches | ( | int | uPatches | ) |
Sets the u patches
Created in NX6.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
uPatches | upatches |
void NXOpen::GeometricUtilities::DegreesAndSegmentsOrPatchesBuilder::SetVDegree | ( | int | vDegree | ) |
Sets the v degree
Created in NX6.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
vDegree | vdegree |
void NXOpen::GeometricUtilities::DegreesAndSegmentsOrPatchesBuilder::SetVPatches | ( | int | vPatches | ) |
Sets the v patches
Created in NX6.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
vPatches | vpatches |
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 |
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.
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")