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

the DegreesAndSegmentsOrPatches builder More...

Inheritance diagram for NXOpen.GeometricUtilities.DegreesAndSegmentsOrPatchesBuilder:
NXOpen.TaggedObject NXOpen.INXObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe NXOpen.INXObject FindObject (string journalIdentifier)
 Finds the NXOpen.NXObject with the given identifier as recorded in a journal. More...
 
unsafe void Print ()
 Prints a representation of this object to the system log file. More...
 
unsafe void SetName (string name)
 Sets the custom name of the object. 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 int Degree [get, set]
 Returns or sets the degree More...
 
unsafe bool IsOccurrence [get]
 Returns whether this object is an occurrence or not. More...
 
unsafe string JournalIdentifier [get]
 Returns the identifier that would be recorded in a journal for this object. More...
 
unsafe string Name [get]
 Returns the custom name of the object. More...
 
unsafe NXOpen.Assemblies.Component OwningComponent [get]
 Returns the owning component, if this object is an occurrence. More...
 
unsafe NXOpen.BasePart OwningPart [get]
 Returns the owning part of this object More...
 
unsafe NXOpen.INXObject Prototype [get]
 Returns the prototype of this object if it is an occurrence. More...
 
unsafe int SegmentsOrPatches [get, set]
 Returns or sets the patches More...
 
unsafe int UDegree [get, set]
 Returns or sets the u degree More...
 
unsafe int UPatches [get, set]
 Returns or sets the u patches More...
 
unsafe int VDegree [get, set]
 Returns or sets the v degree More...
 
unsafe int VPatches [get, set]
 Returns or sets the v patches 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...
 
- Properties inherited from NXOpen.INXObject
bool IsOccurrence [get]
 Returns whether this object is an occurrence or not. More...
 
string JournalIdentifier [get]
 Returns the identifier that would be recorded in a journal for this object. More...
 
string Name [get]
 Returns the custom name of the object. More...
 
NXOpen.Assemblies.Component OwningComponent [get]
 Returns the owning component, if this object is an occurrence. More...
 
NXOpen.BasePart OwningPart [get]
 Returns the owning part of this object More...
 
NXOpen.INXObject Prototype [get]
 Returns the prototype of this object if it is an occurrence. More...
 

Additional Inherited Members

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

Detailed Description

the DegreesAndSegmentsOrPatches builder

Created in NX6.0.0

Member Function Documentation

unsafe NXOpen.INXObject NXOpen.GeometricUtilities.DegreesAndSegmentsOrPatchesBuilder.FindObject ( string  journalIdentifier)
inline

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.

Created in NX3.0.0

License requirements: None.

Parameters
journalIdentifierJournal identifier of the object
Returns

Implements NXOpen.INXObject.

unsafe void NXOpen.GeometricUtilities.DegreesAndSegmentsOrPatchesBuilder.Print ( )
inline

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

Created in NX3.0.0

License requirements: None.

Implements NXOpen.INXObject.

unsafe void NXOpen.GeometricUtilities.DegreesAndSegmentsOrPatchesBuilder.SetName ( string  name)
inline

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
name

Implements NXOpen.INXObject.

unsafe bool NXOpen.GeometricUtilities.DegreesAndSegmentsOrPatchesBuilder.Validate ( )
inline

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.

Created in NX3.0.1

License requirements: None.

Returns
Was self validation successful

Implements NXOpen.GeometricUtilities.IComponentBuilder.

Property Documentation

unsafe int NXOpen.GeometricUtilities.DegreesAndSegmentsOrPatchesBuilder.Degree
getset

Returns or sets the degree

Created in NX6.0.0

License requirements to get this property: studio_free_form ("STUDIO FREE FORM")

License requirements to set this property: studio_free_form ("STUDIO FREE FORM")

unsafe bool NXOpen.GeometricUtilities.DegreesAndSegmentsOrPatchesBuilder.IsOccurrence
get

Returns whether this object is an occurrence or not.

Created in NX3.0.0

License requirements: None.

unsafe string NXOpen.GeometricUtilities.DegreesAndSegmentsOrPatchesBuilder.JournalIdentifier
get

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.

unsafe string NXOpen.GeometricUtilities.DegreesAndSegmentsOrPatchesBuilder.Name
get

Returns the custom name of the object.

Created in NX3.0.0

License requirements: None.

unsafe NXOpen.Assemblies.Component NXOpen.GeometricUtilities.DegreesAndSegmentsOrPatchesBuilder.OwningComponent
get

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

Created in NX3.0.0

License requirements: None.

unsafe NXOpen.BasePart NXOpen.GeometricUtilities.DegreesAndSegmentsOrPatchesBuilder.OwningPart
get

Returns the owning part of this object

Created in NX3.0.0

License requirements: None.

unsafe NXOpen.INXObject NXOpen.GeometricUtilities.DegreesAndSegmentsOrPatchesBuilder.Prototype
get

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

Created in NX3.0.0

License requirements: None.

unsafe int NXOpen.GeometricUtilities.DegreesAndSegmentsOrPatchesBuilder.SegmentsOrPatches
getset

Returns or sets the patches

Created in NX6.0.0

License requirements to get this property: studio_free_form ("STUDIO FREE FORM")

License requirements to set this property: studio_free_form ("STUDIO FREE FORM")

unsafe int NXOpen.GeometricUtilities.DegreesAndSegmentsOrPatchesBuilder.UDegree
getset

Returns or sets the u degree

Created in NX6.0.0

License requirements to get this property: studio_free_form ("STUDIO FREE FORM")

License requirements to set this property: studio_free_form ("STUDIO FREE FORM")

unsafe int NXOpen.GeometricUtilities.DegreesAndSegmentsOrPatchesBuilder.UPatches
getset

Returns or sets the u patches

Created in NX6.0.0

License requirements to get this property: studio_free_form ("STUDIO FREE FORM")

License requirements to set this property: studio_free_form ("STUDIO FREE FORM")

unsafe int NXOpen.GeometricUtilities.DegreesAndSegmentsOrPatchesBuilder.VDegree
getset

Returns or sets the v degree

Created in NX6.0.0

License requirements to get this property: studio_free_form ("STUDIO FREE FORM")

License requirements to set this property: studio_free_form ("STUDIO FREE FORM")

unsafe int NXOpen.GeometricUtilities.DegreesAndSegmentsOrPatchesBuilder.VPatches
getset

Returns or sets the v patches

Created in NX6.0.0

License requirements to get this property: studio_free_form ("STUDIO FREE FORM")

License requirements to set this property: studio_free_form ("STUDIO FREE FORM")


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