Click or drag to resize
PoSFMesh Class

Abstract Inventor field defining a mesh.

Inheritance Hierarchy
SystemObject
  OIV.InventorSoNetBase
    OIV.Inventor.FieldsSoField
      OIV.Inventor.FieldsSoSField
        OIV.MeshViz.FieldsPoSFMesh
          More...

Namespace: OIV.MeshViz.Fields
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public class PoSFMesh : SoSField

The PoSFMesh type exposes the following members.

Methods
  NameDescription
Public methodAddStringsSet(Int32, String)
Calls AddStringsSet(index, val, "").
Public methodAddStringsSet(Int32, String, String)

Convenience methods that adds a set of strings values to the internal OIV.MeshViz.Data.PbMesh object.

Public methodAddValuesSet(Int32, Single)
Calls AddValuesSet(index, val, "").
Public methodAddValuesSet(Int32, Single, PoMeshPropertyDataBindings)
Calls AddValuesSet(index, val, binding, "").
Public methodAddValuesSet(Int32, Single, String)

Convenience method that adds a set of scalar values to the internal OIV.MeshViz.Data.PbMesh object.

Public methodAddValuesSet(Int32, Single, PoMeshPropertyDataBindings, String)

Adds a set of scalar values that can be located either at nodes or at cells.

Public methodAddVecsSet(Int32, SbVec3f)
Calls AddVecsSet(index, val, "").
Public methodAddVecsSet(Int32, SbVec3f, String)

Convenience methods that adds a set of vector values to the internal OIV.MeshViz.Data.PbMesh object.

Public methodAppendConnection(SoEngineOutput)

Appends this field to the list of connections from another engineOutput.

(Inherited from SoField.)
Public methodAppendConnection(SoField)

Appends this field to the list of connections from another field.

(Inherited from SoField.)
Public methodConnectFrom(SoEngineOutput)

Connects this field from an engine output.

(Inherited from SoField.)
Public methodConnectFrom(SoField)

Connects this field to another field.

(Inherited from SoField.)
Public methodDisconnect

Disconnect the field from whatever it was connected to.

(Inherited from SoField.)
Public methodDisconnect(SoEngineOutput)

Disconnect the field from the requested engineOutput.

(Inherited from SoField.)
Public methodDisconnect(SoField)

Disconnect the field from the requested field.

(Inherited from SoField.)
Public methodEnableConnection

Field connections may be enabled and disabled.

(Inherited from SoField.)
Public methodEquals
(Inherited from SoField.)
Public methodGet

Returns the value of the field in the Open Inventor file format, even if the field has its default value.

(Inherited from SoField.)
Public methodGetConnectedEngine

Returns true if this field is being written into by an engine, and returns the engine output it is connected to in engineOutput.

(Inherited from SoField.)
Public methodGetConnectedField

Returns true if this field is being written into by another field, and returns the field it is connected to in writingField.

(Inherited from SoField.)
Public methodGetConnections

Returns a list of the connections to this field.

(Inherited from SoField.)
Public methodGetContainer

Returns the object that contains this field.

(Inherited from SoField.)
Public methodGetForwardConnections

Adds references to all of the fields that this field is writing into (either fields in nodes, global fields or engine inputs) to the given field list, and returns the number of forward connections.

(Inherited from SoField.)
Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetNumConnections

Returns the number of connections to this field.

(Inherited from SoField.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValueSize

Gets the size of the value.

(Inherited from SoField.)
Public methodIsConnected

Returns true if the field is connected to anything.

(Inherited from SoField.)
Public methodIsConnectedFromEngine

Returns true if the field is connected to an engine's output.

(Inherited from SoField.)
Public methodIsConnectedFromField

Returns true if the field is connected to another field.

(Inherited from SoField.)
Public methodIsConnectedFromVRMLInterp

Returns true if the field is connected to a VRML interpOutput.

(Inherited from SoField.)
Public methodIsConnectionEnabled

Returns false if connections to this field are disabled.

(Inherited from SoField.)
Public methodIsDefault

Gets the state of default flag of the field.

(Inherited from SoField.)
Public methodIsIgnored

Gets the ignore flag for this field.

(Inherited from SoField.)
Public methodSet

Sets the field to the given value, which is an ASCII string in the Open Inventor file format.

(Inherited from SoField.)
Public methodSetIgnored

Sets the ignore flag for this field.

(Inherited from SoField.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTouch

Simulates a change to the field, causing attached sensors to fire, connected fields and engines to be marked as needing evaluation, and so forth.

(Inherited from SoField.)
Top
Remarks

The derived classes of this field contain an instance of class derived from OIV.MeshViz.Data.PbMesh.

See Also
Inheritance Hierarchy
SystemObject
  OIV.InventorSoNetBase
    OIV.Inventor.FieldsSoField
      OIV.Inventor.FieldsSoSField
        OIV.MeshViz.FieldsPoSFMesh
          OIV.MeshViz.FieldsPoSFCartesianGrid2D
          OIV.MeshViz.FieldsPoSFCartesianGrid3D
          OIV.MeshViz.FieldsPoSFHexahedronMesh3D
          OIV.MeshViz.FieldsPoSFIndexedMesh2D
          OIV.MeshViz.FieldsPoSFIndexedMesh3D
          OIV.MeshViz.FieldsPoSFIrregularMesh1D
          OIV.MeshViz.FieldsPoSFParalCartesianGrid2D
          OIV.MeshViz.FieldsPoSFParalCartesianGrid3D
          OIV.MeshViz.FieldsPoSFPolarGrid2D
          OIV.MeshViz.FieldsPoSFQuadrangleMesh2D
          OIV.MeshViz.FieldsPoSFRegularCartesianGrid2D
          OIV.MeshViz.FieldsPoSFRegularCartesianGrid3D
          OIV.MeshViz.FieldsPoSFRegularMesh1D
          OIV.MeshViz.FieldsPoSFTetrahedronMesh3D
          OIV.MeshViz.FieldsPoSFTriangleMesh2D