Class ViewCopyTo3dBuilder
Inheritance
System.Object
System.MarshalByRefObject
ViewCopyTo3dBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
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)
Assembly: NXOpen.dll
Syntax
public class ViewCopyTo3dBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
ViewCopyTo3dBuilder()
Declaration
protected ViewCopyTo3dBuilder()
Properties
BoundingBox
Declaration
public ViewCopyTo3dBuilder.BoundingBoxOption BoundingBox { get; set; }
Property Value
BoundingViews
Declaration
public SelectDrawingViewList BoundingViews { get; }
Property Value
CreateSketches
Declaration
[Obsolete("Deprecated in NX8.0.0. This method is no longer relevant and calls to this can be safely removed.")]
public bool CreateSketches { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Curves
Declaration
public SelectNXObjectList Curves { get; }
Property Value
DestinationPart
Declaration
public string DestinationPart { get; set; }
Property Value
Type |
Description |
System.String |
|
DistanceFromViewPlane
Declaration
public ViewCopyTo3dBuilder.DistanceFromViewPlaneOption DistanceFromViewPlane { get; set; }
Property Value
ExtrudeSolidBody
Declaration
[Obsolete("Deprecated in NX8.0.0. This method is no longer relevant and calls to this can be safely removed.")]
public bool ExtrudeSolidBody { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Offset
Declaration
public Expression Offset { get; }
Property Value
Output
Declaration
public ViewCopyTo3dBuilder.OutputOption Output { get; set; }
Property Value
ProcessSketchCurves
Declaration
[Obsolete("Deprecated in NX8.0.0. This method is no longer relevant and calls to this can be safely removed.")]
public bool ProcessSketchCurves { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ProcessViewCurves
Declaration
[Obsolete("Deprecated in NX8.0.0. This method is no longer relevant and calls to this can be safely removed.")]
public bool ProcessViewCurves { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
RepositionGeometry
Declaration
public bool RepositionGeometry { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Type
Declaration
public ViewCopyTo3dBuilder.Types Type { get; set; }
Property Value
View
Declaration
[Obsolete("Deprecated in NX7.5.0. This method is no longer relevant and calls to this can be safely removed.")]
public SelectDrawingView View { get; }
Property Value
Views
Declaration
public SelectDrawingViewList Views { get; }
Property Value
Methods
Commit(Double, Boolean, Boolean, Int32)
Declaration
[Obsolete("Deprecated in NX7.5.0. This method is no longer relevant and calls to this can be safely removed.")]
public void Commit(double offset, bool curves, bool sketches, int option)
Parameters
Type |
Name |
Description |
System.Double |
offset |
|
System.Boolean |
curves |
|
System.Boolean |
sketches |
|
System.Int32 |
option |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink