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

Represents the View Boundary (Drawings.ViewBoundaryBuilder) More...

Inheritance diagram for NXOpen::Drawings::ViewBoundaryBuilder:
NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  Type { TypeAutomatic, TypeManual, TypeBreakLine, TypeBound }
 The view boundary type. More...
 

Public Member Functions

NXOpen::PointBoundaryPoint1 ()
 Returns the first corner point
Created in NX6.0.0. More...
 
NXOpen::PointBoundaryPoint2 ()
 Returns the second corner point
Created in NX6.0.0. More...
 
NXOpen::Drawings::ViewBoundaryBuilder::Type BoundaryType ()
 Returns the orientation type
Created in NX6.0.0. More...
 
void SetBoundaryPoint1 (NXOpen::Point *boundaryPoint1)
 Sets the first corner point
Created in NX6.0.0. More...
 
void SetBoundaryPoint2 (NXOpen::Point *boundaryPoint2)
 Sets the second corner point
Created in NX6.0.0. More...
 
void SetBoundaryType (NXOpen::Drawings::ViewBoundaryBuilder::Type type)
 Sets the orientation type
Created in NX6.0.0. 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 the View Boundary (Drawings.ViewBoundaryBuilder)


Created in NX6.0.0.

Member Enumeration Documentation

The view boundary type.

Enumerator
TypeAutomatic 

automatic rectangle

TypeManual 

top view

TypeBreakLine 

break line / detail

TypeBound 

bound by objects

Member Function Documentation

NXOpen::Point* NXOpen::Drawings::ViewBoundaryBuilder::BoundaryPoint1 ( )

Returns the first corner point
Created in NX6.0.0.



License requirements : None

NXOpen::Point* NXOpen::Drawings::ViewBoundaryBuilder::BoundaryPoint2 ( )

Returns the second corner point
Created in NX6.0.0.



License requirements : None

NXOpen::Drawings::ViewBoundaryBuilder::Type NXOpen::Drawings::ViewBoundaryBuilder::BoundaryType ( )

Returns the orientation type
Created in NX6.0.0.



License requirements : None

void NXOpen::Drawings::ViewBoundaryBuilder::SetBoundaryPoint1 ( NXOpen::Point boundaryPoint1)

Sets the first corner point
Created in NX6.0.0.



License requirements : nx_layout ("NX Layout")

Parameters
boundaryPoint1boundarypoint1
void NXOpen::Drawings::ViewBoundaryBuilder::SetBoundaryPoint2 ( NXOpen::Point boundaryPoint2)

Sets the second corner point
Created in NX6.0.0.



License requirements : nx_layout ("NX Layout")

Parameters
boundaryPoint2boundarypoint2
void NXOpen::Drawings::ViewBoundaryBuilder::SetBoundaryType ( NXOpen::Drawings::ViewBoundaryBuilder::Type  type)

Sets the orientation type
Created in NX6.0.0.



License requirements : nx_layout ("NX Layout")

Parameters
typesets the boundary type.
virtual bool NXOpen::Drawings::ViewBoundaryBuilder::Validate ( )
virtual

Validate whether the inputs to the component are sufficient for commit to be called.

If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven't set it. This method throws a not-yet-implemented NXException for some components.

Returns
Was self validation successful
Created in NX3.0.1.

License requirements : None

Implements NXOpen::GeometricUtilities::IComponentBuilder.


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