Class SurfaceRebuildData
Inheritance
System.Object
System.MarshalByRefObject
SurfaceRebuildData
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen
Assembly: NXOpen.dll
Syntax
public class SurfaceRebuildData : TransientObject, IMessageSink, IDisposable
Constructors
SurfaceRebuildData(IntPtr)
Declaration
protected SurfaceRebuildData(IntPtr ptr)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | ptr |
Properties
CrossDegree
Declaration
public int CrossDegree { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CrossMaxDegree
Declaration
public int CrossMaxDegree { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CrossMaxSegments
Declaration
public int CrossMaxSegments { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CrossRebuildType
Declaration
public SurfaceRebuildData.Type CrossRebuildType { get; set; }
Property Value
Type | Description |
---|---|
SurfaceRebuildData.Type |
PrimaryDegree
Declaration
public int PrimaryDegree { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PrimaryMaxDegree
Declaration
public int PrimaryMaxDegree { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PrimaryMaxSegments
Declaration
public int PrimaryMaxSegments { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PrimaryRebuildType
Declaration
public SurfaceRebuildData.Type PrimaryRebuildType { get; set; }
Property Value
Type | Description |
---|---|
SurfaceRebuildData.Type |
Methods
FreeResource()
Declaration
protected override void FreeResource()
Overrides
GetTolerances(Int32)
Declaration
public double[] GetTolerances(int numTolerances)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | numTolerances |
Returns
Type | Description |
---|---|
System.Double[] |
SetTolerances(Double[])
Declaration
public void SetTolerances(double[] tolerances)
Parameters
Type | Name | Description |
---|---|---|
System.Double[] | tolerances |
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable