Class ObjectGeneralPropertiesBuilder
Inheritance
ObjectGeneralPropertiesBuilder
Assembly: NXOpen.dll
Syntax
public class ObjectGeneralPropertiesBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
ObjectGeneralPropertiesBuilder()
Declaration
protected ObjectGeneralPropertiesBuilder()
Properties
Active
Declaration
public bool Active { get; set; }
Property Value
AddComponents
Declaration
public bool AddComponents { get; set; }
Property Value
AddIndex
Declaration
public bool AddIndex { get; set; }
Property Value
ApplyToComponent
Declaration
public bool ApplyToComponent { get; set; }
Property Value
GroupDisplayProperties
Declaration
public bool GroupDisplayProperties { get; set; }
Property Value
Index
Declaration
public int Index { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
NameLocationSpecified
Declaration
public bool NameLocationSpecified { get; set; }
Property Value
SelectedObjects
Declaration
public SelectNXObjectList SelectedObjects { get; }
Property Value
TopLevel
Declaration
public bool TopLevel { get; set; }
Property Value
UniqueMembership
Declaration
public bool UniqueMembership { get; set; }
Property Value
Methods
ApplyToAllOccurrences()
Declaration
public void ApplyToAllOccurrences()
Delete()
Declaration
GetNameLocation()
Declaration
public Point3d GetNameLocation()
Returns
SetNameLocation(Point3d)
Declaration
public void SetNameLocation(Point3d nameLocation)
Parameters
Type |
Name |
Description |
Point3d |
nameLocation |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink