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

Represents a NXOpen::CAE::LaminateFillSetupBuilder builder
To create a new instance of this class, use NXOpen::CAE::LaminateGlobalLayupMgr::CreateLaminateFillSetupBuilder

Created in NX7.5.2. More...

Inheritance diagram for NXOpen::CAE::LaminateFillSetupBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  SamcefElementTypeEnum { SamcefElementTypeEnumSolid, SamcefElementTypeEnumSolidShell, SamcefElementTypeEnumSolidPly }
 Samcef element type. More...
 

Public Member Functions

NXString FillName ()
 Returns the name of the laminate fill setup
Created in NX8.5.0. More...
 
bool HomogeneousPlies ()
 Returns the option to (de)activate homogeneous ply meshes
Created in NX9.0.0. More...
 
bool LimitThicknessVariation ()
 Returns the layup thickness variation control option
Created in NX8.5.0. More...
 
NXOpen::CAE::LaminateFillSetupBuilder::SamcefElementTypeEnum SamcefElementType ()
 Returns the samcef element type
Created in NX12.0.0. More...
 
bool SamcefSolidShells ()
 Returns the option to use SAMCEF solid shells
More...
 
NXOpen::CAE::LaminateSelectEntitiesBuilderSelection ()
 Returns the face(s) on which to perform the fill
Created in NX7.5.2. More...
 
void SetFillName (const NXString &fillName)
 Sets the name of the laminate fill setup
Created in NX8.5.0. More...
 
void SetFillName (const char *fillName)
 Sets the name of the laminate fill setup
Created in NX8.5.0. More...
 
void SetHomogeneousPlies (bool homogeneousPlies)
 Sets the option to (de)activate homogeneous ply meshes
Created in NX9.0.0. More...
 
void SetLimitThicknessVariation (bool limitThicknessVariation)
 Sets the layup thickness variation control option
Created in NX8.5.0. More...
 
void SetSamcefElementType (NXOpen::CAE::LaminateFillSetupBuilder::SamcefElementTypeEnum samcefElementType)
 Sets the samcef element type
Created in NX12.0.0. More...
 
void SetSamcefSolidShells (bool samcefSolidShells)
 Sets the option to use SAMCEF solid shells
More...
 
void SetSinglePlyPerLayer (bool singlePlyPerLayer)
 Sets the option to group plies into single layer(s) of extruded elements
Created in NX8.5.0. More...
 
void SetThicknessVariationDownLimit (double thicknessVariationDownLimit)
 Sets the global maximum allowed relative thickness reduction variation, in percentage
Created in NX8.5.0. More...
 
void SetThicknessVariationUpLimit (double thicknessVariationUpLimit)
 Sets the global maximum allowed relative thickness increase variation, in percentage
Created in NX8.5.0. More...
 
bool SinglePlyPerLayer ()
 Returns the option to group plies into single layer(s) of extruded elements
Created in NX8.5.0. More...
 
double ThicknessVariationDownLimit ()
 Returns the global maximum allowed relative thickness reduction variation, in percentage
Created in NX8.5.0. More...
 
double ThicknessVariationUpLimit ()
 Returns the global maximum allowed relative thickness increase variation, in percentage
Created in NX8.5.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 NXOpen::CAE::LaminateFillSetupBuilder builder
To create a new instance of this class, use NXOpen::CAE::LaminateGlobalLayupMgr::CreateLaminateFillSetupBuilder

Created in NX7.5.2.


Member Enumeration Documentation

Samcef element type.

Enumerator
SamcefElementTypeEnumSolid 

Solid.

SamcefElementTypeEnumSolidShell 

Solid Shell.

SamcefElementTypeEnumSolidPly 

Solid Ply.

Member Function Documentation

NXString NXOpen::CAE::LaminateFillSetupBuilder::FillName ( )

Returns the name of the laminate fill setup
Created in NX8.5.0.



License requirements : None

bool NXOpen::CAE::LaminateFillSetupBuilder::HomogeneousPlies ( )

Returns the option to (de)activate homogeneous ply meshes
Created in NX9.0.0.



License requirements : None

bool NXOpen::CAE::LaminateFillSetupBuilder::LimitThicknessVariation ( )

Returns the layup thickness variation control option
Created in NX8.5.0.



License requirements : None

NXOpen::CAE::LaminateFillSetupBuilder::SamcefElementTypeEnum NXOpen::CAE::LaminateFillSetupBuilder::SamcefElementType ( )

Returns the samcef element type
Created in NX12.0.0.



License requirements : nx_lam_comp_adv ("Laminate Composites Advanced")

bool NXOpen::CAE::LaminateFillSetupBuilder::SamcefSolidShells ( )

Returns the option to use SAMCEF solid shells

Deprecated:
Deprecated in NX12.0.0.

Use method NXOpen::CAE::LaminateFillSetupBuilder::SamcefElementType


Created in NX10.0.0.

License requirements : None

NXOpen::CAE::LaminateSelectEntitiesBuilder* NXOpen::CAE::LaminateFillSetupBuilder::Selection ( )

Returns the face(s) on which to perform the fill
Created in NX7.5.2.



License requirements : None

void NXOpen::CAE::LaminateFillSetupBuilder::SetFillName ( const NXString fillName)

Sets the name of the laminate fill setup
Created in NX8.5.0.



License requirements : nx_lam_comp_adv ("Laminate Composites Advanced")

Parameters
fillNamefillname
void NXOpen::CAE::LaminateFillSetupBuilder::SetFillName ( const char *  fillName)

Sets the name of the laminate fill setup
Created in NX8.5.0.



License requirements : nx_lam_comp_adv ("Laminate Composites Advanced")

Parameters
fillNamefillname
void NXOpen::CAE::LaminateFillSetupBuilder::SetHomogeneousPlies ( bool  homogeneousPlies)

Sets the option to (de)activate homogeneous ply meshes
Created in NX9.0.0.



License requirements : nx_lam_comp_adv ("Laminate Composites Advanced")

Parameters
homogeneousPlieshomogeneousplies
void NXOpen::CAE::LaminateFillSetupBuilder::SetLimitThicknessVariation ( bool  limitThicknessVariation)

Sets the layup thickness variation control option
Created in NX8.5.0.



License requirements : nx_lam_comp_adv ("Laminate Composites Advanced")

Parameters
limitThicknessVariationlimitthicknessvariation
void NXOpen::CAE::LaminateFillSetupBuilder::SetSamcefElementType ( NXOpen::CAE::LaminateFillSetupBuilder::SamcefElementTypeEnum  samcefElementType)

Sets the samcef element type
Created in NX12.0.0.



License requirements : nx_lam_comp_adv ("Laminate Composites Advanced")

Parameters
samcefElementTypesamcefelementtype
void NXOpen::CAE::LaminateFillSetupBuilder::SetSamcefSolidShells ( bool  samcefSolidShells)

Sets the option to use SAMCEF solid shells

Deprecated:
Deprecated in NX12.0.0.

Use method NXOpen::CAE::LaminateFillSetupBuilder::SetSamcefElementType


Created in NX10.0.0.

License requirements : nx_lam_comp_adv ("Laminate Composites Advanced")

Parameters
samcefSolidShellssamcefsolidshells
void NXOpen::CAE::LaminateFillSetupBuilder::SetSinglePlyPerLayer ( bool  singlePlyPerLayer)

Sets the option to group plies into single layer(s) of extruded elements
Created in NX8.5.0.



License requirements : nx_lam_comp_adv ("Laminate Composites Advanced")

Parameters
singlePlyPerLayersingleplyperlayer
void NXOpen::CAE::LaminateFillSetupBuilder::SetThicknessVariationDownLimit ( double  thicknessVariationDownLimit)

Sets the global maximum allowed relative thickness reduction variation, in percentage
Created in NX8.5.0.



License requirements : nx_lam_comp_adv ("Laminate Composites Advanced")

Parameters
thicknessVariationDownLimitthicknessvariationdownlimit
void NXOpen::CAE::LaminateFillSetupBuilder::SetThicknessVariationUpLimit ( double  thicknessVariationUpLimit)

Sets the global maximum allowed relative thickness increase variation, in percentage
Created in NX8.5.0.



License requirements : nx_lam_comp_adv ("Laminate Composites Advanced")

Parameters
thicknessVariationUpLimitthicknessvariationuplimit
bool NXOpen::CAE::LaminateFillSetupBuilder::SinglePlyPerLayer ( )

Returns the option to group plies into single layer(s) of extruded elements
Created in NX8.5.0.



License requirements : None

double NXOpen::CAE::LaminateFillSetupBuilder::ThicknessVariationDownLimit ( )

Returns the global maximum allowed relative thickness reduction variation, in percentage
Created in NX8.5.0.



License requirements : None

double NXOpen::CAE::LaminateFillSetupBuilder::ThicknessVariationUpLimit ( )

Returns the global maximum allowed relative thickness increase variation, in percentage
Created in NX8.5.0.



License requirements : None


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