DetonationPoint(...)
This method creates a DetonationPoint object.
Path
materialApi.materials()[name].eos().DetonationPoint
Prototype
odb_DetonationPoint& DetonationPoint(const odb_SequenceSequenceDouble& table);
Required arguments
- table
An odb_SequenceSequenceDouble specifying the items described below.
Optional arguments
None.
Table data
X value for coordinate of detonation point.
Y value for coordinate of detonation point.
Z value for coordinate of detonation point.
Detonation delay time.
Return value
A DetonationPoint object.
Exceptions
None.