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

Represents a GeometricUtilities::QuadrilateralFrameBuilder
Created in NX6.0.0. More...

Inheritance diagram for NXOpen::GeometricUtilities::QuadrilateralFrameBuilder:
NXOpen::GeometricUtilities::ShapeFrameBuilder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  Subtypes { SubtypesArbitrary, SubtypesParallelogram, SubtypesRectangle, SubtypesSquare }
 Represents the quadrialteral frame subtypes. More...
 
- Public Types inherited from NXOpen::GeometricUtilities::ShapeFrameBuilder
enum  AnchorAttachmentType {
  AnchorAttachmentTypeNone, AnchorAttachmentTypeCenter, AnchorAttachmentTypeVertex1, AnchorAttachmentTypeVertex2,
  AnchorAttachmentTypeVertex3, AnchorAttachmentTypeVertex4
}
 Represents the anchor attachment type. More...
 

Public Member Functions

void SetSubtype (NXOpen::GeometricUtilities::QuadrilateralFrameBuilder::Subtypes subtype)
 Sets the subtype
Created in NX6.0.0.
 
NXOpen::GeometricUtilities::QuadrilateralFrameBuilder::Subtypes Subtype ()
 Returns the subtype
Created in NX6.0.0.
 
- Public Member Functions inherited from NXOpen::GeometricUtilities::ShapeFrameBuilder
NXOpen::GeometricUtilities::AnchorLocatorBuilderAnchor ()
 Returns the anchor of the frame
Created in NX6.0.0.
 
NXOpen::GeometricUtilities::ShapeFrameBuilder::AnchorAttachmentType AnchorAttachment ()
 Returns the anchor attachment
Created in NX6.0.0.
 
NXOpen::Point2d GetMidpointCoords (int index)
 Gets the coordinates of the i-th midpoint of the frame with respect to the plane.
 
NXOpen::Point2d GetVertexCoords (int index)
 Gets the coordinates of the i-th vertex of the frame with respect to the plane.
 
int NumberVertices ()
 Returns the number of vertices of the frame
Created in NX6.0.0.
 
void SetAnchorAttachment (NXOpen::GeometricUtilities::ShapeFrameBuilder::AnchorAttachmentType anchorAttachment)
 Sets the anchor attachment
Created in NX6.0.0.
 
void SetMidpointCoords (int index, const NXOpen::Point2d &coords)
 Sets the coordinates of the i-th midpoint of the frame with respect to the plane
Created in NX6.0.0.
 
void SetVertexCoords (int index, const NXOpen::Point2d &coords)
 Sets the coordinates of the i-th vertex of the frame with respect to the plane
Created in NX6.0.0.
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called.
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t GetTag () const
 
<b>Deprecated</b>:<br>

   Use Tag instead.

 
tag_t Tag () const
 Returns the tag of this object.
 

Detailed Description

Represents a GeometricUtilities::QuadrilateralFrameBuilder
Created in NX6.0.0.


Member Enumeration Documentation

Represents the quadrialteral frame subtypes.

Enumerator:
SubtypesArbitrary 

Arbitrary quadrilateral.

SubtypesParallelogram 

Parallelogram.

SubtypesRectangle 

Rectangle.

SubtypesSquare 

Square.

Member Function Documentation

void NXOpen::GeometricUtilities::QuadrilateralFrameBuilder::SetSubtype ( NXOpen::GeometricUtilities::QuadrilateralFrameBuilder::Subtypes  subtype)

Sets the subtype
Created in NX6.0.0.



License requirements : None

Parameters
subtypesubtype
NXOpen::GeometricUtilities::QuadrilateralFrameBuilder::Subtypes NXOpen::GeometricUtilities::QuadrilateralFrameBuilder::Subtype ( )

Returns the subtype
Created in NX6.0.0.



License requirements : None


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