NX Open C++ Reference Guide
Public Member Functions | Public Attributes
NXOpen::CAE::BeamSectionOffsetOptions::Offset Struct Reference

Represents the offset value. More...

List of all members.

Public Member Functions

 Offset (double yEccentricInitial, double zEccentricInitial, NXOpen::Expression *offsetXInitial, NXOpen::Expression *offsetYInitial, NXOpen::Expression *offsetZInitial)
 Constructor for the Offset struct.

Public Attributes

NXOpen::ExpressionOffsetX
 The expression to define offset in X component.
NXOpen::ExpressionOffsetY
 The expression to define offset in Y component.
NXOpen::ExpressionOffsetZ
 The expression to define offset in Z component.
double YEccentric
 y eccentric
double ZEccentric
 z eccentric

Detailed Description

Represents the offset value.


Constructor & Destructor Documentation

NXOpen::CAE::BeamSectionOffsetOptions::Offset::Offset ( double  yEccentricInitial,
double  zEccentricInitial,
NXOpen::Expression offsetXInitial,
NXOpen::Expression offsetYInitial,
NXOpen::Expression offsetZInitial 
)

Constructor for the Offset struct.

Parameters:
yEccentricInitialy eccentric
zEccentricInitialz eccentric
offsetXInitialThe expression to define offset in X component
offsetYInitialThe expression to define offset in Y component
offsetZInitialThe expression to define offset in Z component

Member Data Documentation

The expression to define offset in X component.

The expression to define offset in Y component.

The expression to define offset in Z component.

y eccentric

z eccentric


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