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:
idstr

Server-defined ID for the beam profile.

namestr

User-defined label for the beam profile.

Notes

BeamProfile objects are expected to be created from the Design object. This means that you are not expected to instantiate your own BeamProfile object. You should call the specific Design API for the BeamProfile desired.

Overview#

id

ID of the beam profile.

name

Name of the beam profile.

Import detail#

from ansys.geometry.core.designer.beam import BeamProfile

Property detail#

property BeamProfile.id: str#

ID of the beam profile.

property BeamProfile.name: str#

Name of the beam profile.