Dlubal_JavaScript_Library/docs/code/BasicObjects/SurfaceSet.md at main · mrsafrf/Dlubal_JavaScript_Library · GitHub
Skip to content

Latest commit

 

History

History
71 lines (52 loc) · 2.29 KB

File metadata and controls

71 lines (52 loc) · 2.29 KB
title SurfaceSet

SurfaceSet

SurfaceSet

Kind: global class

new SurfaceSet(no, surfaces, surface_set_type, comment, params)

Create Surface Set

Returns: surfaceSet

Param Type Description
no int Number of Surface Set
surfaces array List of surfaces
surface_set_type string Surface Set type
comment string Comment for the Surface Set
params dictionary Parameters of the Surface Set

surfaceSet.GetSurfaceSet() ⇒

Kind: instance method of SurfaceSet
Returns: Surface set object

surfaceSet.GetNo() ⇒

Kind: instance method of SurfaceSet
Returns: Surface set number

surfaceSet.ContinuousSurfaces(no, surfaces, comment, params)

Create Continuous Surfaces surfaceSet type

Kind: instance method of SurfaceSet

Param Type Description
no int Number of Surface Set
surfaces array List of surfaces
comment string Comment for the Surface Set
params dictionary Parameters of the Surface Set

surfaceSet.GroupOfSurfaces(no, surfaces, comment, params)

Create Group of Surfaces

Kind: instance method of SurfaceSet

Param Type Description
no int Number of Surface Set
surfaces array List of surfaces
comment string Comment for the Surface Set
params dictionary Parameters of the Surface Set