ICimDocument::PickRayAperture

Use this method to get the ray apeture. 

Compatibility

Cimatron 2026 or later

Syntax

void PickRayAperture(out double[] oPickRay, out double[] oAperture);

def PickRayAperture(double[] oPickRay, double[] oAperture)

Return Type

Return: double[]

   

Input Type

Input:

None

   

Remarks

None

Example