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

Represents a NXOpen::Drawings::RefineDisplayBuilder . More...

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

Public Member Functions

NXOpen::PointBoundaryPoint1 ()
 Returns the boundary point1 in drawing coordinates. More...
 
NXOpen::PointBoundaryPoint2 ()
 Returns the boundary point2 in drawing coordinates. More...
 
void SetBoundaryPoint1 (NXOpen::Point *boundaryPoint1)
 Sets the boundary point1 in drawing coordinates. More...
 
void SetBoundaryPoint2 (NXOpen::Point *boundaryPoint2)
 Sets the boundary point2 in drawing coordinates. More...
 
NXOpen::Drawings::SelectDraftingViewView ()
 Returns the view to refine. 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::RefineDisplayBuilder .

This class is used to refine regions of lightweight drawing views.
To create a new instance of this class, use NXOpen::Drawings::DraftingViewCollection::CreateRefineDisplayBuilder

Created in NX8.0.0.

Member Function Documentation

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

Returns the boundary point1 in drawing coordinates.

This represents one of the points which defines the region to to be refined. If both boundary point1 and point2, are outside the view boundary, the view will not be refined


Created in NX8.0.0.

License requirements : None

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

Returns the boundary point2 in drawing coordinates.

This represents one of the points which defines the region to to be refined. If both boundary point1 and point2, are outside the view boundary, the view will not be refined


Created in NX8.0.0.

License requirements : None

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

Sets the boundary point1 in drawing coordinates.

This represents one of the points which defines the region to to be refined. If both boundary point1 and point2, are outside the view boundary, the view will not be refined


Created in NX8.0.0.

License requirements : drafting ("DRAFTING")

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

Sets the boundary point2 in drawing coordinates.

This represents one of the points which defines the region to to be refined. If both boundary point1 and point2, are outside the view boundary, the view will not be refined


Created in NX8.0.0.

License requirements : drafting ("DRAFTING")

Parameters
boundaryPoint2boundarypoint2
NXOpen::Drawings::SelectDraftingView* NXOpen::Drawings::RefineDisplayBuilder::View ( )

Returns the view to refine.

This must be a lightweight drawing view
Created in NX8.0.0.

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.