Class BodyCollector
Inheritance
BodyCollector
Assembly: NXOpenUI.dll
Syntax
public class BodyCollector : UIBlock, IMessageSink
Constructors
BodyCollector()
Declaration
protected BodyCollector()
Properties
AllowConvergentObject
Declaration
public bool AllowConvergentObject { get; set; }
Property Value
AllowConvergentObjectWithMixedGeometries
Declaration
[Obsolete("Deprecated in NX2007.0.0. This property is no longer relevant as hybrid selection is default ON now.")]
public bool AllowConvergentObjectWithMixedGeometries { get; set; }
Property Value
AutomaticProgression
Declaration
public bool AutomaticProgression { get; set; }
Property Value
BalloonTooltipImage
Declaration
public string BalloonTooltipImage { get; set; }
Property Value
BalloonTooltipLayoutAsString
Declaration
public string BalloonTooltipLayoutAsString { get; set; }
Property Value
BalloonTooltipText
Declaration
public string BalloonTooltipText { get; set; }
Property Value
Bitmap
Declaration
public string Bitmap { get; set; }
Property Value
BlendVirtualCurveOverlay
Declaration
public bool BlendVirtualCurveOverlay { get; set; }
Property Value
BodyRules
Declaration
public int BodyRules { get; set; }
Property Value
CreateInterpartLink
Declaration
public bool CreateInterpartLink { get; set; }
Property Value
Cue
Declaration
public string Cue { get; set; }
Property Value
DefaultBodyRulesAsString
Declaration
public string DefaultBodyRulesAsString { get; set; }
Property Value
EntityType
Declaration
public int EntityType { get; set; }
Property Value
IncludeSheetBodies
Declaration
public bool IncludeSheetBodies { get; set; }
Property Value
InterpartSelectionAsString
Declaration
public string InterpartSelectionAsString { get; set; }
Property Value
LabelString
Declaration
public string LabelString { get; set; }
Property Value
MaximumScopeAsString
Declaration
public string MaximumScopeAsString { get; set; }
Property Value
PopupMenuEnabled
Declaration
public bool PopupMenuEnabled { get; set; }
Property Value
SelectModeAsString
Declaration
public string SelectModeAsString { get; set; }
Property Value
StepStatusAsString
Declaration
public string StepStatusAsString { get; set; }
Property Value
ToolTip
Declaration
public string ToolTip { get; set; }
Property Value
Methods
GetBalloonTooltipLayoutMembers()
Declaration
public string[] GetBalloonTooltipLayoutMembers()
Returns
GetCollectorObjectOfBodyCollector()
Declaration
public ScCollector GetCollectorObjectOfBodyCollector()
Returns
GetDefaultBodyRulesMembers()
Declaration
public string[] GetDefaultBodyRulesMembers()
Returns
GetInterpartSelectionMembers()
Declaration
public string[] GetInterpartSelectionMembers()
Returns
GetSelectModeMembers()
Declaration
public string[] GetSelectModeMembers()
Returns
GetSelectedObjects()
Declaration
public TaggedObject[] GetSelectedObjects()
Returns
GetStepStatusMembers()
Declaration
public string[] GetStepStatusMembers()
Returns
SetCollectorObjectOfBodyCollector(ScCollector)
Declaration
public void SetCollectorObjectOfBodyCollector(ScCollector collectorObject)
Parameters
SetSelectedObjects(TaggedObject[])
Declaration
public void SetSelectedObjects(TaggedObject[] objectVector)
Parameters
TestSelection(TaggedObject[])
Declaration
public void TestSelection(TaggedObject[] objectVector)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink