Library | Package Java Toolkit

Interface CurvatureData

package com.ptc.pfc.pfcGeometry;

public interface CurvatureData
  extends jxobject



Description

This class specifies the curvature data.



Method Summary
doubleGetMaxCurvature ()
    Get method for attribute "MaxCurvature"
    The maximum curvature
Vector3DGetMaxDir ()
    Get method for attribute "MaxDir"
    The vector that specifies the maximum direction
doubleGetMinCurvature ()
    Get method for attribute "MinCurvature"
    The minimum curvature
Vector3DGetMinDir ()
    Get method for attribute "MinDir"
    The vector that specifies the minimum direction
voidSetMaxCurvature (double value)
    Set method for attribute "MaxCurvature"
    The maximum curvature
voidSetMaxDir (Vector3D value)
    Set method for attribute "MaxDir"
    The vector that specifies the maximum direction
voidSetMinCurvature (double value)
    Set method for attribute "MinCurvature"
    The minimum curvature
voidSetMinDir (Vector3D value)
    Set method for attribute "MinDir"
    The vector that specifies the minimum direction

Method Detail

GetMaxCurvature/SetMaxCurvature

doubleGetMaxCurvature ()
voidSetMaxCurvature (double value)


    The maximum curvature



GetMinCurvature/SetMinCurvature

doubleGetMinCurvature ()
voidSetMinCurvature (double value)


    The minimum curvature



GetMinDir/SetMinDir

Vector3DGetMinDir ()
voidSetMinDir (Vector3D value)


    The vector that specifies the minimum direction



GetMaxDir/SetMaxDir

Vector3DGetMaxDir ()
voidSetMaxDir (Vector3D value)


    The vector that specifies the maximum direction