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
BeamProfileobjects are expected to be created from theDesignobject. This means that you are not expected to instantiate your ownBeamProfileobject. You should call the specificDesignAPI for theBeamProfiledesired.
Overview#
Import detail#
from ansys.geometry.core.designer.beam import BeamProfile