Library | Package Java Toolkit

Interface SurfaceTessellationInput

package com.ptc.wfc.wfcGeometry;

public interface SurfaceTessellationInput
  extends jxobject



Description

Interface for surface tessellation input



Method Summary
doubleGetAngleControl ()
    Get method for attribute "AngleControl"
    Angle control value used for the tessellation
/*optional*/ DoubleGetChordHeight ()
    Get method for attribute "ChordHeight"
    Chord height used for the surface tessellation
/*optional*/ CoordSystemGetCsysData ()
    Get method for attribute "CsysData"
    The csys data of surface tessellation.
SurfaceTessellationProjectionGetProjection ()
    Get method for attribute "Projection"
    The projection for the tessellation points input.
doubleGetStepSize ()
    Get method for attribute "StepSize"
    Maximum step size value used for the tessellation
voidSetAngleControl (double value)
    Set method for attribute "AngleControl"
    Angle control value used for the tessellation
voidSetChordHeight ( /*optional*/ Double value)
    Set method for attribute "ChordHeight"
    Chord height used for the surface tessellation
voidSetCsysData ( /*optional*/ CoordSystem value)
    Set method for attribute "CsysData"
    The csys data of surface tessellation.
voidSetProjection (SurfaceTessellationProjection value)
    Set method for attribute "Projection"
    The projection for the tessellation points input.
voidSetStepSize (double value)
    Set method for attribute "StepSize"
    Maximum step size value used for the tessellation

Method Detail

GetAngleControl/SetAngleControl

doubleGetAngleControl ()
voidSetAngleControl (double value)


    Angle control value used for the tessellation
Manual References:
Geometry Evaluation: Surface Tessellation, Geometry Evaluation: Surface Tessellation, Geometry Evaluation: Surface Tessellation, Geometry Evaluation: Surface Tessellation



GetStepSize/SetStepSize

doubleGetStepSize ()
voidSetStepSize (double value)


    Maximum step size value used for the tessellation
Manual References:
Geometry Evaluation: Surface Tessellation, Geometry Evaluation: Surface Tessellation, Geometry Evaluation: Surface Tessellation, Geometry Evaluation: Surface Tessellation



GetProjection/SetProjection

SurfaceTessellationProjectionGetProjection ()
voidSetProjection (SurfaceTessellationProjection value)


    The projection for the tessellation points input.
Manual References:
Geometry Evaluation: Surface Tessellation, Geometry Evaluation: Surface Tessellation, Geometry Evaluation: Surface Tessellation, Geometry Evaluation: Surface Tessellation



GetCsysData/SetCsysData

/*optional*/ CoordSystemGetCsysData ()
voidSetCsysData ( /*optional*/ CoordSystem value)


    The csys data of surface tessellation.
Manual References:
Geometry Evaluation: Surface Tessellation, Geometry Evaluation: Surface Tessellation, Geometry Evaluation: Surface Tessellation, Geometry Evaluation: Surface Tessellation



GetChordHeight/SetChordHeight

/*optional*/ DoubleGetChordHeight ()
voidSetChordHeight ( /*optional*/ Double value)


    Chord height used for the surface tessellation
Manual References:
Geometry Evaluation: Surface Tessellation, Geometry Evaluation: Surface Tessellation, Geometry Evaluation: Surface Tessellation, Geometry Evaluation: Surface Tessellation