Class MassPropertyOptionsBuilder
Inheritance
MassPropertyOptionsBuilder
Assembly: NXOpen.dll
Syntax
public class MassPropertyOptionsBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
MassPropertyOptionsBuilder()
Declaration
protected MassPropertyOptionsBuilder()
Properties
AccuracyType
Declaration
public MassPropertyOptionsBuilder.AccuracyTypes AccuracyType { get; set; }
Property Value
ComponentGroupName
Declaration
public string ComponentGroupName { get; set; }
Property Value
MarkerColorOfAllComponents
Declaration
public int MarkerColorOfAllComponents { get; set; }
Property Value
MarkerColorOfDisplayedPart
Declaration
public int MarkerColorOfDisplayedPart { get; set; }
Property Value
MarkerColorOfSelectedComponentSet
Declaration
public int MarkerColorOfSelectedComponentSet { get; set; }
Property Value
MarkerColorOfSelectedComponents
Declaration
public int MarkerColorOfSelectedComponents { get; set; }
Property Value
UseAllComponents
Declaration
public bool UseAllComponents { get; set; }
Property Value
UseDisplayedPart
Declaration
public bool UseDisplayedPart { get; set; }
Property Value
UseSelectedComponentSet
Declaration
public bool UseSelectedComponentSet { get; set; }
Property Value
UseSelectedComponents
Declaration
public bool UseSelectedComponents { get; set; }
Property Value
UseSourceHierarchy
Declaration
public bool UseSourceHierarchy { get; set; }
Property Value
Methods
GetSourceHierarchy(out int[])
Declaration
public void GetSourceHierarchy(out int[] variableSources)
Parameters
Type |
Name |
Description |
int[] |
variableSources |
|
SetSourceHierarchy(int[])
Declaration
public void SetSourceHierarchy(int[] variableSources)
Parameters
Type |
Name |
Description |
int[] |
variableSources |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink