GetEquation - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.

Online Help

All Products    Maple    MapleSim


CAD[SolidWorks]

  

GetEquation

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

GetEquation(p, idx)

Parameters

p

-

handle to a SolidWorks document

idx

-

index of an equation

Description

• 

The GetEquation command retrieves the equation with index idx from the SolidWorks document.

Examples

> 

with⁡CADSolidWorks:

> 

OpenConnection⁡:

> 

doc≔OpenDocument⁡c:/mypart.sldprt:

> 

GetEquationList⁡doc

"D1@Distance1@myassem.Assembly"=40,"D1@Distance2@myassem.Assembly"=4

(1)
> 

GetEquation⁡doc,0

"D1@Distance1@myassem.Assembly"=40

(2)
> 

CloseConnection⁡:

See Also

CAD[SolidWorks]