Library | Package Java Toolkit

Interface SurfaceTessellationData

package com.ptc.wfc.wfcGeometry;

public interface SurfaceTessellationData
  extends jxobject



Description

Interface for surface tessellation data



Method Summary
FacetVertexIndicesGetFacetVertexIndices ()
    Get method for attribute "FacetVertexIndices"
    The array of Facet vertex index in the tessellation data
Vector3DsGetNormals ()
    Get method for attribute "Normals"
    The Array of normal vectors in the tessellation data
intGetNumberOfFacets ()
    Get method for attribute "NumberOfFacets"
    Number of facets in the tessellation data
intGetNumberOfVertices ()
    Get method for attribute "NumberOfVertices"
    Number of vertices in the tessellation data
WSurfaceGetSurface ()
    Get method for attribute "Surface"
     
Vector3DsGetVertexVectors ()
    Get method for attribute "VertexVectors"
    The Array of vertex vectors in the tessellation data

Method Detail

GetSurface

WSurfaceGetSurface ()


     
Manual References:
Geometry Evaluation: Part and Assembly Tessellation, Geometry Evaluation: Part and Assembly Tessellation



GetNumberOfVertices

intGetNumberOfVertices ()


    Number of vertices in the tessellation data
Manual References:
Geometry Evaluation: Part and Assembly Tessellation, Geometry Evaluation: Part and Assembly Tessellation



GetVertexVectors

Vector3DsGetVertexVectors ()


    The Array of vertex vectors in the tessellation data
Manual References:
Geometry Evaluation: Part and Assembly Tessellation



GetNormals

Vector3DsGetNormals ()


    The Array of normal vectors in the tessellation data
Manual References:
Geometry Evaluation: Part and Assembly Tessellation, Geometry Evaluation: Part and Assembly Tessellation



GetNumberOfFacets

intGetNumberOfFacets ()


    Number of facets in the tessellation data
Manual References:
Geometry Evaluation: Part and Assembly Tessellation, Geometry Evaluation: Part and Assembly Tessellation



GetFacetVertexIndices

FacetVertexIndicesGetFacetVertexIndices ()


    The array of Facet vertex index in the tessellation data
Manual References:
Geometry Evaluation: Part and Assembly Tessellation, Geometry Evaluation: Part and Assembly Tessellation