Class ViewCopyTo3dBuilder
Inheritance
ViewCopyTo3dBuilder
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
Curves
Declaration
public SelectNXObjectList Curves { get; }
Property Value
DestinationPart
Declaration
public string DestinationPart { get; set; }
Property Value
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
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
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
RepositionGeometry
Declaration
public bool RepositionGeometry { get; set; }
Property Value
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, bool, bool, int)
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
Implements
System.Runtime.Remoting.Messaging.IMessageSink