Space Analysis      

 

ClashOrContact DistanceMin
DistanceMinXYZ IsIncludedIn
PenetrationMax  

ClashOrContact

Syntax

ClashOrContact(p1: String,Product,Product,...):Boolean
Determines whether two components are clashing or contacting. The first argument is either "Clash" or "Contact" depending on the type of analysis you want to be performed.

DistanceMin   

Syntax

DistanceMin(p1: Product, p2:Product,...):Length
Returns the minimum distance between two components. 

DistanceMinXYZ   

Syntax

DistanceMin(p2: String, p1:Product, p2: Product, ...):Length
Returns the minimum distance along a direction between two components. The first argument is either "X", "Y" or "Z" depending on the direction.

IsIncludedIn  

Syntax

IsIncludedIn(Product1,Product2):Boolean
Determines whether a component is included in another.

PenetrationMax  

Syntax

PenetrationMax(p1: Product, p2:Product,...):Length
Returns the maximum length of one component within another.