Class LinkedMirrorPartBuilder
Inheritance
System.Object
System.MarshalByRefObject
LinkedMirrorPartBuilder
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen
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
Type | Description |
---|---|
LinkedMirrorPartBuilder.MirrorCsysOption |
MirrorPartName
Declaration
public string MirrorPartName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MirrorPartType
Declaration
public LinkedMirrorPartBuilder.MirrorPartTypeOption MirrorPartType { get; set; }
Property Value
Type | Description |
---|---|
LinkedMirrorPartBuilder.MirrorPartTypeOption |
MirrorPlane
Declaration
public Plane MirrorPlane { get; set; }
Property Value
Type | Description |
---|---|
Plane |
MirrorPlaneNormal
Declaration
public Vector3d MirrorPlaneNormal { get; set; }
Property Value
Type | Description |
---|---|
Vector3d |
MirrorPlaneOrigin
Declaration
public Point3d MirrorPlaneOrigin { get; set; }
Property Value
Type | Description |
---|---|
Point3d |
MirrorPmiFlag
Declaration
public bool MirrorPmiFlag { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
NewPart
Declaration
public Part NewPart { get; set; }
Property Value
Type | Description |
---|---|
Part |
ParentPart
Declaration
public Part ParentPart { get; set; }
Property Value
Type | Description |
---|---|
Part |
Methods
GetRefSetNames()
Declaration
public string[] GetRefSetNames()
Returns
Type | Description |
---|---|
System.String[] |
SetRefSetNames(String[])
Declaration
public void SetRefSetNames(string[] refSetNames)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | refSetNames |
Implements
System.Runtime.Remoting.Messaging.IMessageSink