Canguro.Analysis.AreaDeformationCalculator.GetCurve C# (CSharp) Méthode

GetCurve() public méthode

public GetCurve ( AreaElement area, AbstractCase ac, int numPoints, float deformationScale, float paintScaleFactorTranslation, float &xPos ) : System.Vector3[]
area Canguro.Model.AreaElement
ac Canguro.Model.Load.AbstractCase
numPoints int
deformationScale float
paintScaleFactorTranslation float
xPos float
Résultat System.Vector3[]
        public Vector3[] GetCurve(AreaElement area, AbstractCase ac, int numPoints, float deformationScale, float paintScaleFactorTranslation, out float[] xPos)
        {
            xPos = null;
            return null;
        }