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

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

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

List of all members.

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.
NXOpen::PointBoundaryPoint2 ()
 Returns the second corner point
Created in NX6.0.0.
NXOpen::Drawings::ViewBoundaryBuilder::Type BoundaryType ()
 Returns the orientation type
Created in NX6.0.0.
void SetBoundaryPoint1 (NXOpen::Point *boundaryPoint1)
 Sets the first corner point
Created in NX6.0.0.
void SetBoundaryPoint2 (NXOpen::Point *boundaryPoint2)
 Sets the second corner point
Created in NX6.0.0.
void SetBoundaryType (NXOpen::Drawings::ViewBoundaryBuilder::Type type)
 Sets the orientation type
Created in NX6.0.0.
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called.

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

Returns the first corner point
Created in NX6.0.0.



License requirements : None

Returns the second corner point
Created in NX6.0.0.



License requirements : None

Returns the orientation type
Created in NX6.0.0.



License requirements : None

Sets the first corner point
Created in NX6.0.0.



License requirements : nx_drafting_plus ("Drafting Plus")

Parameters:
boundaryPoint1boundarypoint1

Sets the second corner point
Created in NX6.0.0.



License requirements : nx_drafting_plus ("Drafting Plus")

Parameters:
boundaryPoint2boundarypoint2

Sets the orientation type
Created in NX6.0.0.



License requirements : nx_drafting_plus ("Drafting Plus")

Parameters:
typesets the boundary type.

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 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.