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

Represents a NXOpen.GeometricUtilities.Rebuild . More...

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

Public Types

enum  DegreeTypes { Cubic, Quintic }
 This enum represents the degree type when the Rebuild option menu is set to None. More...
 
enum  RebuildTypes { None, Manual, Advanced, KeepParameterization }
 This enum represents the Rebuild type. More...
 

Public Member Functions

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 when rebuild type is none. More...
 
unsafe
NXOpen.GeometricUtilities.Rebuild.DegreeTypes 
DegreeType [get, set]
 Returns or sets the degree type when rebuild type is none. More...
 
unsafe int ManualDegree [get, set]
 Returns or sets the degree when rebuild type is manual. More...
 
unsafe int MaximumDegree [get, set]
 Returns or sets the maximum degree when rebuild type is advanced. More...
 
unsafe int MaximumSegments [get, set]
 Returns or sets the maximum segments when rebuild type is advanced. More...
 
unsafe
NXOpen.GeometricUtilities.Rebuild.RebuildTypes 
RebuildType [get, set]
 Returns or sets the rebuild type. 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.GeometricUtilities.Rebuild .

The Rebuild block provides control over the method in which a surface is rebuilt (None, Manual, Advanced). Rebuild can be used for both uni-directional and bi-directional rebuild functions. Uni-directional functions require one instance of the rebuild block while bi-directional functions require two instances of the Rebuild block.

Created in NX5.0.0

Member Enumeration Documentation

This enum represents the degree type when the Rebuild option menu is set to None.

Enumerator
Cubic 

The rebuild degree is cubic.

Quintic 

The rebuild degree is quintic

This enum represents the Rebuild type.

Enumerator
None 

No degree entry or simple integer/enumerable value used to specify the rebuild degree.

Manual 

Specify the rebuild degree manually.

Advanced 

Specify the maximum degree and maximum segments to rebuild.

KeepParameterization 

Keep the parameterization

Member Function Documentation

unsafe bool NXOpen.GeometricUtilities.Rebuild.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.Rebuild.Degree
getset

Returns or sets the degree when rebuild type is none.

In general, the degree is limited from 1 to 24. However,degree = 1 will only be used for Through Curve case to replace the current V-degree option, which can start from 1. Otherwise the minimum degree should be 2.

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.GeometricUtilities.Rebuild.DegreeTypes NXOpen.GeometricUtilities.Rebuild.DegreeType
getset

Returns or sets the degree type when rebuild type is none.

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe int NXOpen.GeometricUtilities.Rebuild.ManualDegree
getset

Returns or sets the degree when rebuild type is manual.

The degree value is limited from 2 to 24.

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe int NXOpen.GeometricUtilities.Rebuild.MaximumDegree
getset

Returns or sets the maximum degree when rebuild type is advanced.

The maximum degree value is limited from 2 to 24.

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe int NXOpen.GeometricUtilities.Rebuild.MaximumSegments
getset

Returns or sets the maximum segments when rebuild type is advanced.

The maximum segments value is limited from 1 to 1000.

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.GeometricUtilities.Rebuild.RebuildTypes NXOpen.GeometricUtilities.Rebuild.RebuildType
getset

Returns or sets the rebuild type.

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: None.


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