API Documentation > Interfaces > Interface ShellOrder
Interface ShellOrder

package com.ptc.wfc.wfcSolid;

public interface
ShellOrder
extends
jxobject


Description
Provides shell order info.
Method Summary
int
Get method for attribute "AmbientShell"
The ambient shell value.
int
Get method for attribute "FirstFace"
The First face value.
int
Get method for attribute "NumberOfFaces"
Number of surfaces.
int
Get method for attribute "Orientation"
The orientation value.
Method Detail
GetOrientation
int
GetOrientation
()
The orientation value.
User Guide References:
GetFirstFace
int
GetFirstFace
()
The First face value.
User Guide References:
GetNumberOfFaces
int
GetNumberOfFaces
()
Number of surfaces.
User Guide References:
GetAmbientShell
int
GetAmbientShell
()
The ambient shell value.
User Guide References:
Was this helpful?