Library | Package Java Toolkit

Interface ImportFeatAttr

package com.ptc.pfc.pfcModel;

public interface ImportFeatAttr
  extends jxobject



Description

This specifies the information for importing a feature.



Method Summary
booleanGetJoinSurfs ()
    Get method for attribute "JoinSurfs"
    This bool attribute indicates if the surfaces whih do not quite meet will be joined or not.
booleanGetMakeSolid ()
    Get method for attribute "MakeSolid"
    This bool attribute indicates if solids will be made from every closed quilt.
OperationTypeGetOperation ()
    Get method for attribute "Operation"
    Operation to apply when making solid.
voidSetJoinSurfs (boolean value)
    Set method for attribute "JoinSurfs"
    This bool attribute indicates if the surfaces whih do not quite meet will be joined or not.
voidSetMakeSolid (boolean value)
    Set method for attribute "MakeSolid"
    This bool attribute indicates if solids will be made from every closed quilt.
voidSetOperation (OperationType value)
    Set method for attribute "Operation"
    Operation to apply when making solid.

Method Detail

GetJoinSurfs/SetJoinSurfs

booleanGetJoinSurfs ()
voidSetJoinSurfs (boolean value)


    This bool attribute indicates if the surfaces whih do not quite meet will be joined or not.



GetMakeSolid/SetMakeSolid

booleanGetMakeSolid ()
voidSetMakeSolid (boolean value)


    This bool attribute indicates if solids will be made from every closed quilt.



GetOperation/SetOperation

OperationTypeGetOperation ()
voidSetOperation (OperationType value)


    Operation to apply when making solid.