Class SpatialBreakdownBuilder
Inheritance
SpatialBreakdownBuilder
Assembly: NXOpen.dll
Syntax
public class SpatialBreakdownBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
SpatialBreakdownBuilder()
Declaration
protected SpatialBreakdownBuilder()
Properties
BreakdownName
Declaration
public string BreakdownName { get; set; }
Property Value
NodeSelection
Declaration
public NodeSelectionBuilder NodeSelection { get; }
Property Value
Room
Declaration
public SelectNXObjectList Room { get; }
Property Value
Type
Declaration
public SpatialBreakdownBuilder.Types Type { get; set; }
Property Value
Methods
GetBreakdownSubType()
Declaration
public string GetBreakdownSubType()
Returns
GetBreakdownType()
Declaration
public string GetBreakdownType()
Returns
GetCurrentNode()
Declaration
public TaggedObject GetCurrentNode()
Returns
GetParentNode()
Declaration
public TaggedObject GetParentNode()
Returns
SetBreakdownSubType(string)
Declaration
public void SetBreakdownSubType(string subBreakdownType)
Parameters
Type |
Name |
Description |
string |
subBreakdownType |
|
SetBreakdownType(string)
Declaration
public void SetBreakdownType(string breakdownType)
Parameters
Type |
Name |
Description |
string |
breakdownType |
|
SetCurrentNode(TaggedObject)
Declaration
public void SetCurrentNode(TaggedObject tNode)
Parameters
SetParentNode(TaggedObject)
Declaration
public void SetParentNode(TaggedObject tNode)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink