NX Open C++ Reference Guide
Public Member Functions
NXOpen::SketchHelpedDimensionalConstraint Class Reference

Represents a dimensional sketch constraint that has a help point or help parameter


Created in NX3.0.0. More...

Inheritance diagram for NXOpen::SketchHelpedDimensionalConstraint:
NXOpen::SketchDimensionalConstraint NXOpen::ISketchHelpedConstraint NXOpen::SketchConstraint NXOpen::INXObject NXOpen::NXObject NXOpen::TaggedObject NXOpen::INXObject

List of all members.

Public Member Functions

virtual void GetHelpData (bool *hasHelpPoint1, bool *hasHelpPoint2, bool *hasHelpParameter1, bool *hasHelpParameter2, NXOpen::Point3d *helpPoint1, NXOpen::Point3d *helpPoint2, double *helpParameter1, double *helpParameter2)
 Gets the help data for the constraint
Created in NX3.0.0.
virtual void SetHelpParameters (bool hasHelp1, bool hasHelp2, double helpParameter1, double helpParameter2)
 Sets the help parameters for the constraint
Created in NX3.0.0.
virtual void SetHelpPoints (bool hasHelp1, bool hasHelp2, const NXOpen::Point3d &helpPoint1, const NXOpen::Point3d &helpPoint2)
 Sets the help points for the constraint
Created in NX3.0.0.

Detailed Description

Represents a dimensional sketch constraint that has a help point or help parameter


Created in NX3.0.0.



Member Function Documentation

virtual void NXOpen::SketchHelpedDimensionalConstraint::GetHelpData ( bool *  hasHelpPoint1,
bool *  hasHelpPoint2,
bool *  hasHelpParameter1,
bool *  hasHelpParameter2,
NXOpen::Point3d helpPoint1,
NXOpen::Point3d helpPoint2,
double *  helpParameter1,
double *  helpParameter2 
) [virtual]

Gets the help data for the constraint
Created in NX3.0.0.



License requirements : None

Parameters:
hasHelpPoint1Whether the constraint's first associated geometric item has an associated help point
hasHelpPoint2Whether the constraint's second associated geometric item has an associated help point
hasHelpParameter1Whether the constraint's first associated geometric item has an associated help parameter
hasHelpParameter2Whether the constraint's second associated geometric item has an associated help parameter
helpPoint1The first help point. Not used unless has_help_point1 is true.
helpPoint2The second help point. Not used unless has_help_point2 is true.
helpParameter1The first help parameter. Not used unless has_help_parameter1 is true.
helpParameter2The second help parameter. Not used unless has_help_parameter2 is true.

Implements NXOpen::ISketchHelpedConstraint.

virtual void NXOpen::SketchHelpedDimensionalConstraint::SetHelpParameters ( bool  hasHelp1,
bool  hasHelp2,
double  helpParameter1,
double  helpParameter2 
) [virtual]

Sets the help parameters for the constraint
Created in NX3.0.0.



License requirements : solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING")

Parameters:
hasHelp1Whether the constraint's first associated geometric item has an associated help parameter
hasHelp2Whether the constraint's second associated geometric item has an associated help parameter
helpParameter1The first help parameter. Not used unless has_help1 is true.
helpParameter2The second help parameter. Not used unless has_help2 is true.

Implements NXOpen::ISketchHelpedConstraint.

virtual void NXOpen::SketchHelpedDimensionalConstraint::SetHelpPoints ( bool  hasHelp1,
bool  hasHelp2,
const NXOpen::Point3d helpPoint1,
const NXOpen::Point3d helpPoint2 
) [virtual]

Sets the help points for the constraint
Created in NX3.0.0.



License requirements : solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING")

Parameters:
hasHelp1Whether the constraint's first associated geometric item has an associated help point
hasHelp2Whether the constraint's second associated geometric item has an associated help point
helpPoint1The first help point. Not used unless has_help1 is true.
helpPoint2The second help point. Not used unless has_help2 is true.

Implements NXOpen::ISketchHelpedConstraint.


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