NXOpen .NET Reference  12.0.0
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.GeometricUtilities.IComponentBuilder

Public Types

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

Public Member Functions

unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. 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...
 

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 ( )

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 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.