MC-Basic:movingFrame.ISINWINDOW

From SoftMC-Wiki
Jump to: navigation, search

Indicate if the object is inside the working frame. Return a bit-frame that each bit represents one of the degree of freedom. TRUE points the object s inside FALSE – outside.

Every degree of freedom of the moving frame has its own upstream and downstream positions – while the object is between those limits the relevant bit in the bit map will be TRUE. Before the object enters the upstream or after it passes the downstream the bit value will be FALSE.

Short form

IIW

Syntax

?<Moving Frame>. IsInWindow

Availability

Versions 4.0.26 and higher

Type

Long

Range

TRUE/FALSE

Scope

Task or Terminal

Limitations

Read Only.

Examples

?CNV.IsInWindow

See Also