NX Open C++ Reference Guide
Public Types | Public Member Functions | List of all members
NXOpen::Drawings::ViewProjectionBuilder Class Reference

Represents a NXOpen::Drawings::ViewProjectionBuilder . More...

Inheritance diagram for NXOpen::Drawings::ViewProjectionBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  CurveType { CurveTypeActive, CurveTypeReference, CurveTypeNone }
 the value of curve type in the setting group More...
 
enum  Types { TypesProjectOnOnePlane, TypesProjectOnTwoPlanes }
 the type of view projection More...
 

Public Member Functions

NXOpen::SectionCurvePoints ()
 Returns the curve and points
Created in NX6.0.2. More...
 
NXOpen::Drawings::ViewProjectionBuilder::CurveType CurveTypeEdges ()
 Returns the curve type edges in the setting group
Created in NX6.0.2. More...
 
NXOpen::Drawings::ViewProjectionBuilder::CurveType CurveTypePlane1 ()
 Returns the curve type plane 1 in the setting group
Created in NX6.0.2. More...
 
NXOpen::Drawings::ViewProjectionBuilder::CurveType CurveTypePlane2 ()
 Returns the curve type plane 2 in the setting group , if the type is set to one plane, the second plane information is ignored. More...
 
NXOpen::ViewFromView ()
 Returns the from view
Created in NX6.0.2. More...
 
NXOpen::Drawings::ViewProjectionPlaneBuilderPlane1 ()
 Returns the plane 1
Created in NX6.0.2. More...
 
NXOpen::Drawings::ViewProjectionPlaneBuilderPlane2 ()
 Returns the plane 2, if the type is set to one plane, the second plane information is ignored
Created in NX6.0.2. More...
 
void SetCurveTypeEdges (NXOpen::Drawings::ViewProjectionBuilder::CurveType type)
 Sets the curve type edges in the setting group
Created in NX6.0.2. More...
 
void SetCurveTypePlane1 (NXOpen::Drawings::ViewProjectionBuilder::CurveType type)
 Sets the curve type plane 1 in the setting group
Created in NX6.0.2. More...
 
void SetCurveTypePlane2 (NXOpen::Drawings::ViewProjectionBuilder::CurveType type)
 Sets the curve type plane 2 in the setting group , if the type is set to one plane, the second plane information is ignored. More...
 
void SetFromView (NXOpen::View *fromview)
 Sets the from view
Created in NX6.0.2. More...
 
void SetType (NXOpen::Drawings::ViewProjectionBuilder::Types type)
 Sets the type of the view projection
Created in NX6.0.2. More...
 
NXOpen::Drawings::SelectDraftingViewListToViews ()
 Returns the to views
Created in NX6.0.2. More...
 
NXOpen::Drawings::ViewProjectionBuilder::Types Type ()
 Returns the type of the view projection
Created in NX6.0.2. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a NXOpen::Drawings::ViewProjectionBuilder .

This class is used to project the contents of a drafting member view to other views
To create a new instance of this class, use NXOpen::Drawings::DraftingViewCollection::CreateViewProjectionBuilder
Default values.

Property Value

CurveTypeEdges

Reference

CurveTypePlane1

Active

CurveTypePlane2

Active

Plane1.DepthValue.Value

0.0

Plane1.PlaneOption

Inferred

Type

ProjectOnTwoPlanes


Created in NX6.0.2.

Member Enumeration Documentation

the value of curve type in the setting group

Enumerator
CurveTypeActive 

Active.

CurveTypeReference 

Reference.

CurveTypeNone 

None.

the type of view projection

Enumerator
TypesProjectOnOnePlane 

on one plane

TypesProjectOnTwoPlanes 

on two planes

Member Function Documentation

NXOpen::Section* NXOpen::Drawings::ViewProjectionBuilder::CurvePoints ( )

Returns the curve and points
Created in NX6.0.2.



License requirements : None

NXOpen::Drawings::ViewProjectionBuilder::CurveType NXOpen::Drawings::ViewProjectionBuilder::CurveTypeEdges ( )

Returns the curve type edges in the setting group
Created in NX6.0.2.



License requirements : None

NXOpen::Drawings::ViewProjectionBuilder::CurveType NXOpen::Drawings::ViewProjectionBuilder::CurveTypePlane1 ( )

Returns the curve type plane 1 in the setting group
Created in NX6.0.2.



License requirements : None

NXOpen::Drawings::ViewProjectionBuilder::CurveType NXOpen::Drawings::ViewProjectionBuilder::CurveTypePlane2 ( )

Returns the curve type plane 2 in the setting group , if the type is set to one plane, the second plane information is ignored.


Created in NX6.0.2.

License requirements : None

NXOpen::View* NXOpen::Drawings::ViewProjectionBuilder::FromView ( )

Returns the from view
Created in NX6.0.2.



License requirements : nx_layout ("NX Layout")

NXOpen::Drawings::ViewProjectionPlaneBuilder* NXOpen::Drawings::ViewProjectionBuilder::Plane1 ( )

Returns the plane 1
Created in NX6.0.2.



License requirements : None

NXOpen::Drawings::ViewProjectionPlaneBuilder* NXOpen::Drawings::ViewProjectionBuilder::Plane2 ( )

Returns the plane 2, if the type is set to one plane, the second plane information is ignored
Created in NX6.0.2.



License requirements : None

void NXOpen::Drawings::ViewProjectionBuilder::SetCurveTypeEdges ( NXOpen::Drawings::ViewProjectionBuilder::CurveType  type)

Sets the curve type edges in the setting group
Created in NX6.0.2.



License requirements : nx_layout ("NX Layout")

Parameters
typetype
void NXOpen::Drawings::ViewProjectionBuilder::SetCurveTypePlane1 ( NXOpen::Drawings::ViewProjectionBuilder::CurveType  type)

Sets the curve type plane 1 in the setting group
Created in NX6.0.2.



License requirements : nx_layout ("NX Layout")

Parameters
typetype
void NXOpen::Drawings::ViewProjectionBuilder::SetCurveTypePlane2 ( NXOpen::Drawings::ViewProjectionBuilder::CurveType  type)

Sets the curve type plane 2 in the setting group , if the type is set to one plane, the second plane information is ignored.


Created in NX6.0.2.

License requirements : nx_layout ("NX Layout")

Parameters
typetype
void NXOpen::Drawings::ViewProjectionBuilder::SetFromView ( NXOpen::View fromview)

Sets the from view
Created in NX6.0.2.



License requirements : nx_layout ("NX Layout")

Parameters
fromviewfromview
void NXOpen::Drawings::ViewProjectionBuilder::SetType ( NXOpen::Drawings::ViewProjectionBuilder::Types  type)

Sets the type of the view projection
Created in NX6.0.2.



License requirements : nx_layout ("NX Layout")

Parameters
typetype
NXOpen::Drawings::SelectDraftingViewList* NXOpen::Drawings::ViewProjectionBuilder::ToViews ( )

Returns the to views
Created in NX6.0.2.



License requirements : None

NXOpen::Drawings::ViewProjectionBuilder::Types NXOpen::Drawings::ViewProjectionBuilder::Type ( )

Returns the type of the view projection
Created in NX6.0.2.



License requirements : None


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.