BeamProfile
#
- class ansys.geometry.core.designer.beam.BeamProfile(id: str, name: str)#
Represents a single beam profile organized within the design assembly.
This profile synchronizes to a design within a supporting Geometry service instance.
- Parameters:
Notes
BeamProfile
objects are expected to be created from theDesign
object. This means that you are not expected to instantiate your ownBeamProfile
object. You should call the specificDesign
API for theBeamProfile
desired.
Overview#
Import detail#
from ansys.geometry.core.designer.beam import BeamProfile