Class CreateNewComponentBuilder
Inheritance
CreateNewComponentBuilder
Assembly: NXOpen.dll
Syntax
public class CreateNewComponentBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
CreateNewComponentBuilder()
Declaration
protected CreateNewComponentBuilder()
Properties
ComponentCam
Declaration
public CreateNewComponentBuilder.ComponentCamType ComponentCam { get; set; }
Property Value
ComponentOrigin
Declaration
public CreateNewComponentBuilder.ComponentOriginType ComponentOrigin { get; set; }
Property Value
Csys
Declaration
public CoordinateSystem Csys { get; set; }
Property Value
DefiningObjectsAdded
Declaration
public bool DefiningObjectsAdded { get; set; }
Property Value
LayerNumber
Declaration
public int LayerNumber { get; set; }
Property Value
LayerOption
Declaration
public CreateNewComponentBuilder.ComponentLayerOptionType LayerOption { get; set; }
Property Value
NewComponentName
Declaration
public string NewComponentName { get; set; }
Property Value
NewFile
Declaration
public FileNew NewFile { get; set; }
Property Value
ObjectForNewComponent
Declaration
public SelectDisplayableObjectList ObjectForNewComponent { get; }
Property Value
OriginalObjectsDeleted
Declaration
public bool OriginalObjectsDeleted { get; set; }
Property Value
ReferenceSet
Declaration
public CreateNewComponentBuilder.ComponentReferenceSetType ReferenceSet { get; set; }
Property Value
ReferenceSetName
Declaration
public string ReferenceSetName { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink