Skip to main content

Speos client APIs 2026 R1 SP01

FTGEnabledGeometry – Activating the fast transmission gathering on a geometry

Last update: 22.04.2026

The following script sample shows you an example on how to activate the Fast Transmission Gathering on a geometry.

This action is done handling FTGEnabledGeometry object:

ftgGeometry = SpeosSim.FTGEnabledGeometry.Create()
ftgGeometry.FTGGeometry.Set(GetRootPart().Bodies[0])
ftgGeometry.IsFTG = True

directSimulation = SpeosSim.SimulationDirect.Create()
directSimulation.SetDirectSimulationSettings(True, True, 1800 )
directSimulation.Geometries.Add(ftgGeometry)

Connect with Ansys