Class AssembliesGeneralPropertiesBuilder
Inheritance
AssembliesGeneralPropertiesBuilder
Assembly: NXOpen.dll
Syntax
public class AssembliesGeneralPropertiesBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
AssembliesGeneralPropertiesBuilder()
Declaration
protected AssembliesGeneralPropertiesBuilder()
Properties
Hidden
Declaration
public AssembliesGeneralPropertiesBuilder.HiddenOptions Hidden { get; set; }
Property Value
IntegerQuantity
Declaration
public int IntegerQuantity { get; set; }
Property Value
Layer
Declaration
public int Layer { get; set; }
Property Value
LayerOption
Declaration
public AssembliesGeneralPropertiesBuilder.LayerOptions LayerOption { get; set; }
Property Value
NonGeometric
Declaration
public bool NonGeometric { get; set; }
Property Value
QuantityType
Declaration
public AssembliesGeneralPropertiesBuilder.QuantityOptions QuantityType { get; set; }
Property Value
RealQuantity
Declaration
public double RealQuantity { get; set; }
Property Value
ReferenceComponent
Declaration
public AssembliesGeneralPropertiesBuilder.ReferenceComponentOptions ReferenceComponent { get; set; }
Property Value
SelectedObjects
Declaration
public SelectComponentList SelectedObjects { get; }
Property Value
SpecificColor
Declaration
public bool SpecificColor { get; set; }
Property Value
SpecificLineFont
Declaration
public bool SpecificLineFont { get; set; }
Property Value
SpecificPartialShade
Declaration
public bool SpecificPartialShade { get; set; }
Property Value
SpecificTranslucency
Declaration
public bool SpecificTranslucency { get; set; }
Property Value
SpecificWidth
Declaration
public bool SpecificWidth { get; set; }
Property Value
Methods
SynchronizeAttributes()
Declaration
public void SynchronizeAttributes()
SynchronizeDisplay()
Declaration
public void SynchronizeDisplay()
SynchronizeLayers()
Declaration
public void SynchronizeLayers()
Implements
System.Runtime.Remoting.Messaging.IMessageSink