CommandNSMData#

class ansys.mechanical.stubs.v261.Ansys.ACT.Automation.Mechanical.FE.CDB.CommandNSMData#

Bases: object

Holds definitions for the NSM data of the NSMBlock command. This command contains the data of each line in the NSMBlock.

Overview#

AreaOrLength

Gets the Area or length of the element.

Density

Gets the Density of the element.

DistributedNSMAreaOrLength

Gets the Distributed non-structural mass based on the area or length of the element.

DistributedNSMVolumeOrMass

Gets the Distributed non-structural mass based on the mass or volume of the element.

Id

Gets the Element number.

NSMassPerAreaOrLength

Gets the Non-structural mass per unit area or length.

NSMassPerVolume

Gets the Non-structural mass per unit volume.

Volume

Gets the Volume of the element.

Property detail#

property CommandNSMData.AreaOrLength: float | None#

Gets the Area or length of the element.

property CommandNSMData.Density: float | None#

Gets the Density of the element.

property CommandNSMData.DistributedNSMAreaOrLength: float | None#

Gets the Distributed non-structural mass based on the area or length of the element.

property CommandNSMData.DistributedNSMVolumeOrMass: float | None#

Gets the Distributed non-structural mass based on the mass or volume of the element.

property CommandNSMData.Id: int | None#

Gets the Element number.

property CommandNSMData.NSMassPerAreaOrLength: float | None#

Gets the Non-structural mass per unit area or length.

property CommandNSMData.NSMassPerVolume: float | None#

Gets the Non-structural mass per unit volume.

property CommandNSMData.Volume: float | None#

Gets the Volume of the element.