Class LinkedMirrorPartBuilder
Inheritance
LinkedMirrorPartBuilder
Assembly: NXOpen.dll
Syntax
public class LinkedMirrorPartBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
LinkedMirrorPartBuilder()
Declaration
protected LinkedMirrorPartBuilder()
Properties
MirrorCsysMethod
Declaration
public LinkedMirrorPartBuilder.MirrorCsysOption MirrorCsysMethod { get; set; }
Property Value
MirrorPartName
Declaration
public string MirrorPartName { get; set; }
Property Value
MirrorPartType
Declaration
public LinkedMirrorPartBuilder.MirrorPartTypeOption MirrorPartType { get; set; }
Property Value
MirrorPlane
Declaration
public Plane MirrorPlane { get; set; }
Property Value
MirrorPlaneNormal
Declaration
public Vector3d MirrorPlaneNormal { get; set; }
Property Value
MirrorPlaneOrigin
Declaration
public Point3d MirrorPlaneOrigin { get; set; }
Property Value
MirrorPmiFlag
Declaration
public bool MirrorPmiFlag { get; set; }
Property Value
NewPart
Declaration
public Part NewPart { get; set; }
Property Value
ParentPart
Declaration
public Part ParentPart { get; set; }
Property Value
Methods
GetRefSetNames()
Declaration
public string[] GetRefSetNames()
Returns
SetRefSetNames(string[])
Declaration
public void SetRefSetNames(string[] refSetNames)
Parameters
Type |
Name |
Description |
string[] |
refSetNames |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink