Class DegreesAndSegmentsOrPatchesBuilder
Inheritance
System.Object
System.MarshalByRefObject
DegreesAndSegmentsOrPatchesBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
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)
Assembly: NXOpen.dll
Syntax
public class DegreesAndSegmentsOrPatchesBuilder : TaggedObject, IMessageSink, INXObject, IComponentBuilder
Constructors
DegreesAndSegmentsOrPatchesBuilder()
Declaration
protected DegreesAndSegmentsOrPatchesBuilder()
Properties
Degree
Declaration
public int Degree { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
IsOccurrence
Declaration
public bool IsOccurrence { get; }
Property Value
Type |
Description |
System.Boolean |
|
JournalIdentifier
Declaration
public string JournalIdentifier { get; }
Property Value
Type |
Description |
System.String |
|
Name
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
OwningComponent
Declaration
public Component OwningComponent { get; }
Property Value
OwningPart
Declaration
public BasePart OwningPart { get; }
Property Value
Prototype
Declaration
public INXObject Prototype { get; }
Property Value
SegmentsOrPatches
Declaration
public int SegmentsOrPatches { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
UDegree
Declaration
public int UDegree { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
UPatches
Declaration
public int UPatches { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
VDegree
Declaration
public int VDegree { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
VPatches
Declaration
public int VPatches { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
FindObject(String)
Declaration
public INXObject FindObject(string journalIdentifier)
Parameters
Type |
Name |
Description |
System.String |
journalIdentifier |
|
Returns
Print()
Declaration
SetName(String)
Declaration
public void SetName(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Validate()
Declaration
Returns
Type |
Description |
System.Boolean |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink