NXOpen C++ Reference Guide
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | List of all members
NXOpen::TDP::TemplateBaseRectangleBuilder Class Reference

Represents a Template Base Rectangle Builder
This is an abstract class and cannot be instantiated. More...

Inheritance diagram for NXOpen::TDP::TemplateBaseRectangleBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder NXOpen::TDP::TemplateAutomaticTableBuilder NXOpen::TDP::TemplateFormFieldBuilder NXOpen::TDP::TemplateRectangleBuilder NXOpen::TDP::TemplateViewCarouselBuilder NXOpen::TDP::TemplateViewportBuilder

Public Member Functions

double Height ()
 Returns the height
Created in NX1847.0.0. More...
 
double Length ()
 Returns the length
Created in NX1847.0.0. More...
 
NXOpen::Point3d Origin ()
 Returns the origin
Created in NX1847.0.0. More...
 
void SetHeight (double height)
 Sets the height
Created in NX1847.0.0. More...
 
void SetLength (double length)
 Sets the length
Created in NX1847.0.0. More...
 
void SetOrigin (const NXOpen::Point3d &origin)
 Sets the origin
Created in NX1847.0.0. 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 Template Base Rectangle Builder
This is an abstract class and cannot be instantiated.



Created in NX1847.0.0.

Member Function Documentation

double NXOpen::TDP::TemplateBaseRectangleBuilder::Height ( )

Returns the height
Created in NX1847.0.0.



License requirements : None

double NXOpen::TDP::TemplateBaseRectangleBuilder::Length ( )

Returns the length
Created in NX1847.0.0.



License requirements : None

NXOpen::Point3d NXOpen::TDP::TemplateBaseRectangleBuilder::Origin ( )

Returns the origin
Created in NX1847.0.0.



License requirements : None

void NXOpen::TDP::TemplateBaseRectangleBuilder::SetHeight ( double  height)

Sets the height
Created in NX1847.0.0.



License requirements : None

Parameters
heightheight
void NXOpen::TDP::TemplateBaseRectangleBuilder::SetLength ( double  length)

Sets the length
Created in NX1847.0.0.



License requirements : None

Parameters
lengthlength
void NXOpen::TDP::TemplateBaseRectangleBuilder::SetOrigin ( const NXOpen::Point3d origin)

Sets the origin
Created in NX1847.0.0.



License requirements : None

Parameters
originorigin

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