Class PreviewPropertiesBuilder
Inheritance
PreviewPropertiesBuilder
Assembly: NXOpen.dll
Syntax
public class PreviewPropertiesBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
PreviewPropertiesBuilder()
Declaration
protected PreviewPropertiesBuilder()
Properties
ModelViewCreation
Declaration
public PreviewPropertiesBuilder.ModelViewCreationOptions ModelViewCreation { get; set; }
Property Value
PartCreation
Declaration
public PreviewPropertiesBuilder.PartCreationOptions PartCreation { get; set; }
Property Value
SelectedObjects
Declaration
public SelectNXObjectList SelectedObjects { get; }
Property Value
StoreModelViewPreview
Declaration
public bool StoreModelViewPreview { get; set; }
Property Value
StorePartPreview
Declaration
public bool StorePartPreview { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink