NX Open C++ Reference Guide
Public Types | Public Member Functions
NXOpen::Formboard::LayoutLengthOptions Class Reference

Defines the various options for determining the rounded lengths of formboard geometry during the layout or update process. More...

Inheritance diagram for NXOpen::Formboard::LayoutLengthOptions:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

List of all members.

Public Types

enum  RoundingMethod { RoundingMethodExact, RoundingMethodNearest, RoundingMethodUpToNearest, RoundingMethodDownToNearest }
 Methods of rounding lengths for Formboard geometry. More...

Public Member Functions

NXOpen::ExpressionNetlistLengthIncrement ()
 Returns the connection list length increment.
NXOpen::Formboard::LayoutLengthOptions::RoundingMethod NetlistRoundingMethod ()
 Returns the rounding method to apply to Connection List lengths.
NXOpen::ExpressionOverstockLengthIncrement ()
 Returns the overstock length increment.
NXOpen::Formboard::LayoutLengthOptions::RoundingMethod OverstockRoundingMethod ()
 Returns the rounding method to apply to overstock wrapped lengths.
NXOpen::ExpressionSegmentLengthIncrement ()
 Returns the segment length increment.
NXOpen::Formboard::LayoutLengthOptions::RoundingMethod SegmentRoundingMethod ()
 Returns the rounding method to apply to segment lengths.
void SetNetlistRoundingMethod (NXOpen::Formboard::LayoutLengthOptions::RoundingMethod netlistRoundingMethod)
 Sets the rounding method to apply to Connection List lengths.
void SetOverstockRoundingMethod (NXOpen::Formboard::LayoutLengthOptions::RoundingMethod overstockRoundingMethod)
 Sets the rounding method to apply to overstock wrapped lengths.
void SetSegmentRoundingMethod (NXOpen::Formboard::LayoutLengthOptions::RoundingMethod segmentRoundingMethod)
 Sets the rounding method to apply to segment lengths.

Detailed Description

Defines the various options for determining the rounded lengths of formboard geometry during the layout or update process.


Created automatically by containing classes.

Created in NX7.5.0.


Member Enumeration Documentation

Methods of rounding lengths for Formboard geometry.

The rounding method determines the value of the length in the Formboard by modifying the original length values from the 3D harness part file.

Enumerator:
RoundingMethodExact 

Lengths are unmodified.

RoundingMethodNearest 

Lengths are rounded up or down to the nearest increment value.

RoundingMethodUpToNearest 

Lengths are rounded up to the nearest increment value.

RoundingMethodDownToNearest 

Lengths are rounded down to the nearest increment value.


Member Function Documentation

Returns the rounding method to apply to Connection List lengths.


Created in NX7.5.0.

License requirements : None

Returns the rounding method to apply to overstock wrapped lengths.


Created in NX7.5.0.

License requirements : None

Returns the rounding method to apply to segment lengths.


Created in NX7.5.0.

License requirements : None

Sets the rounding method to apply to Connection List lengths.


Created in NX7.5.0.

License requirements : None

Parameters:
netlistRoundingMethodnetlistroundingmethod

Sets the rounding method to apply to overstock wrapped lengths.


Created in NX7.5.0.

License requirements : None

Parameters:
overstockRoundingMethodoverstockroundingmethod

Sets the rounding method to apply to segment lengths.


Created in NX7.5.0.

License requirements : None

Parameters:
segmentRoundingMethodsegmentroundingmethod

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