You cannot export this page, because it is not available in the current version, variant, or language.
You cannot export this page, because it is not available in the current version, variant, or language.
The following ALH API checks whether a particular object is in a specific state name.
public boolean inState(Object_ object, String stateName) { ... } public boolean inState(String stateName) { ... }
Unless the object is specified, it will use the current active object, for example:
if (ALH.inState(ccobj, "Operating")) { force=ccForce } else { force = acc*2 }
No Magic, Inc. Copyright © 1998 – 2025 No Magic, Incorporated, a Dassault Systèmes company – All Rights Reserved.