Library | Package Java Toolkit

Interface GeometryFlags

package com.ptc.pfc.pfcExport;

public interface GeometryFlags
  extends jxobject



Description

This interface contains flags indicating the format of an export file.

Not all geometry types are supported by all export formats. Use the method BaseSession.IsGeometryRepSupported(ExportType, GeometryFlags) to determine if a set of flags is valid for a particular export type.
See Also:
Model.Export(String, ExportInstructions), BaseSession.IsGeometryRepSupported(ExportType, GeometryFlags), Export3DInstructions



Method Summary
booleanGetAsQuilts ()
    Get method for attribute "AsQuilts"
    Whether or not to export as a set of quilts.
booleanGetAsSolids ()
    Get method for attribute "AsSolids"
    Whether or not to export as solid objects.
booleanGetAsSurfaces ()
    Get method for attribute "AsSurfaces"
    Whether or not to export as a set of surfaces.
booleanGetAsWireframe ()
    Get method for attribute "AsWireframe"
    Whether or not export as wireframe entities.
voidSetAsQuilts (boolean value)
    Set method for attribute "AsQuilts"
    Whether or not to export as a set of quilts.
voidSetAsSolids (boolean value)
    Set method for attribute "AsSolids"
    Whether or not to export as solid objects.
voidSetAsSurfaces (boolean value)
    Set method for attribute "AsSurfaces"
    Whether or not to export as a set of surfaces.
voidSetAsWireframe (boolean value)
    Set method for attribute "AsWireframe"
    Whether or not export as wireframe entities.

Method Detail

GetAsWireframe/SetAsWireframe

booleanGetAsWireframe ()
voidSetAsWireframe (boolean value)


    Whether or not export as wireframe entities.



GetAsSolids/SetAsSolids

booleanGetAsSolids ()
voidSetAsSolids (boolean value)


    Whether or not to export as solid objects.



GetAsSurfaces/SetAsSurfaces

booleanGetAsSurfaces ()
voidSetAsSurfaces (boolean value)


    Whether or not to export as a set of surfaces.



GetAsQuilts/SetAsQuilts

booleanGetAsQuilts ()
voidSetAsQuilts (boolean value)


    Whether or not to export as a set of quilts.