SheetMetalAero (no NLS) Types

You can describe Sheet Metal Design features by defining the knowledgeware attributes. This page describes types specific to the Sheet Metal for Hydro-formed Parts app.

This page discusses:

ASLHole

This package describes a Sheet Metal for Hydro-formed Parts functionality: the hole feature.

Attributes

Name Type Comment
HoleDiameter LENGTH Diameter of the hole.
SHMBodyForDistance SHMDistance Distance that needs to be respected between this feature and the others.
Type SHMHoleType Different types of holes: simple, tapered, countersunk, counterdrilled, counterbored.

Example

Hole:ASLHole
Message("# :  Diameter of the hole : #, Hole.HoleDiameter) 

FlangeSurf

This package describes a Sheet Metal for Hydro-formed Parts functionality: the surfacic flange feature.

Attributes

Name Type Comment
BendRadius LENGTH Radius of the bend.
FD_BTLB Body -
FD_BTLF Body -
FD_IML Body -
FD_OML Body -
FP_2OML Body -
FP_BTLB Body -
FP_BTLF Body -
FP_CLB Body -
FP_IML Body -
FP_OML Body -
Manufacturing Process Type Enumere Type of manufacturing process.
SHMBodyForDistance SHMDistance Distance that needs to be respected between this feature and the others.

Example

Fange:FlangeSurf
Message("# :  Radius of the bend: #, Flange.BendRadius) 

Joggle

This package describes a Sheet Metal for Hydro-formed Parts functionality: the joggle feature.

Attributes

Name Type Comment
Clearance LENGTH Clearance of the joggle.
Depth LENGTH Depth of the joggle.
EndRadius LENGTH Radius of the fillet at the end of the joggle.
Runnout LENGTH Runnout of the joggle.
SHMBodyForDistance SHMDistance Distance that needs to be respected between this feature and the others.
StartRadius LENGTH Radius of the fillet at the beginning of the joggle.

Example

MyJoggle:Joggle
Message("# :  Runnout of the joggle#, MyJoggle.Runnout) 

ManufacturingProcessType

This package describes a Sheet Metal for Hydro-formed Parts functionality: the type of manufacturing process.

Inheritance Path

ObjectType
 Literal
  Enumere
   ManufacturingProcessType

Enumerated Values

ValueNLS ValueComment
FS_ManufProcessType_HydropressedHydropressedHydropressed manufactured part.
FS_ManufProcessType_BreakFormedBrakeFormedBrakeformed manufactured part.

Web

This package describes a Sheet Metal for Hydro-formed Parts functionality: the web feature.

Attributes

Name Type Comment
SHMBodyForDistance SHMDistance Distance that needs to be respected between this feature and the others.

Example

MyWeb:Web
Message("# :  Distance from other sheetmetal features: #, MyWeb.SHMBodyForDistance)