Library | Package Java Toolkit

Interface TriangulationInstructions

package com.ptc.pfc.pfcExport;

public interface TriangulationInstructions
  extends jxobject



Description

This interface contains options used while exporting to a faceted format like EXPORT_CATIA_CGR.



Method Summary
doubleGetAngleControl ()
    Get method for attribute "AngleControl"
     The angle control to use for the exported facets. Value is from 0.0 to 1.0.
doubleGetChordHeight ()
    Get method for attribute "ChordHeight"
     The chord height to use for the exported facets.
/*optional*/ FacetControlFlagsGetFacetControlOptions ()
    Get method for attribute "FacetControlOptions"
     Flags (FACET_STEP_SIZE_ADJUST and others) to control Facet export.
doubleGetStepSize ()
    Get method for attribute "StepSize"
     The step size to use for the exported facets.
voidSetAngleControl (double value)
    Set method for attribute "AngleControl"
     The angle control to use for the exported facets. Value is from 0.0 to 1.0.
voidSetChordHeight (double value)
    Set method for attribute "ChordHeight"
     The chord height to use for the exported facets.
voidSetFacetControlOptions ( /*optional*/ FacetControlFlags value)
    Set method for attribute "FacetControlOptions"
     Flags (FACET_STEP_SIZE_ADJUST and others) to control Facet export.
voidSetStepSize (double value)
    Set method for attribute "StepSize"
     The step size to use for the exported facets.

Method Detail

GetAngleControl/SetAngleControl

doubleGetAngleControl ()
voidSetAngleControl (double value)


     The angle control to use for the exported facets. Value is from 0.0 to 1.0.
Manual References:
Interface: Exporting to Faceted Formats, Interface: Exporting to Faceted Formats, Interface: Exporting to Faceted Formats, Interface: Exporting to Faceted Formats



GetChordHeight/SetChordHeight

doubleGetChordHeight ()
voidSetChordHeight (double value)


     The chord height to use for the exported facets.
Manual References:
Interface: Exporting to Faceted Formats, Interface: Exporting to Faceted Formats, Interface: Exporting to Faceted Formats, Interface: Exporting to Faceted Formats



GetStepSize/SetStepSize

doubleGetStepSize ()
voidSetStepSize (double value)


     The step size to use for the exported facets.
Manual References:
Interface: Exporting to Faceted Formats, Interface: Exporting to Faceted Formats, Interface: Exporting to Faceted Formats, Interface: Exporting to Faceted Formats



GetFacetControlOptions/SetFacetControlOptions

/*optional*/ FacetControlFlagsGetFacetControlOptions ()
voidSetFacetControlOptions ( /*optional*/ FacetControlFlags value)


     Flags (FACET_STEP_SIZE_ADJUST and others) to control Facet export.
Manual References:
Interface: Exporting to Faceted Formats, Interface: Exporting to Faceted Formats, Interface: Exporting to Faceted Formats