Class DegreesAndSegmentsOrPatchesBuilder
Inheritance
DegreesAndSegmentsOrPatchesBuilder
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
IsOccurrence
Declaration
public bool IsOccurrence { get; }
Property Value
JournalIdentifier
Declaration
public string JournalIdentifier { get; }
Property Value
Name
Declaration
public string Name { get; }
Property Value
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
UDegree
Declaration
public int UDegree { get; set; }
Property Value
UPatches
Declaration
public int UPatches { get; set; }
Property Value
VDegree
Declaration
public int VDegree { get; set; }
Property Value
VPatches
Declaration
public int VPatches { get; set; }
Property Value
Methods
FindObject(string)
Declaration
public INXObject FindObject(string journalIdentifier)
Parameters
Type |
Name |
Description |
string |
journalIdentifier |
|
Returns
Print()
Declaration
SetName(string)
Declaration
public void SetName(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Validate()
Declaration
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink