Click or drag to resize
PbDomain Methods

The PbDomain type exposes the following members.

Methods
  NameDescription
Public methodCopyFrom(PbBase)

Assignment operator.

(Inherited from PbBase.)
Public methodCopyFrom(PbDomain)

Assignment operator.

Public methodEnableConnection

Activates/deactivates the mechanism of connection.

(Inherited from PbBase.)
Public methodEquals
(Overrides ObjectEquals(Object).)
Public methodGetDomain(SbBox2f)

Gets the 2D domain.

Public methodGetDomain(SbBox3f)

Gets the 3D domain.

Public methodGetDomain(Single, Single, Single, Single)

Gets the 2D domain.

Public methodGetDomain(Single, Single, Single, Single, Single, Single)

Gets the 3D domain.

Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetMatrix

Get the domain transform matrix in an OIV.Inventor.SbMatrix object.

Public methodGetMatrixTransform

Get the domain transform matrix in an OIV.Inventor.Nodes.SoMatrixTransform object.

Public methodGetTransform

Get the domain transform matrix in an OIV.Inventor.Nodes.SoTransform object.

Public methodGetTransformType

Gets the type of transformation.

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

Returns true if the connection mechanism is active, otherwise false.

(Inherited from PbBase.)
Public methodSetDomain(SbBox2f)
Calls SetDomain(box, OIV.MeshViz.Graph.PbDomain.BoundingBoxTypes( .PbDomain.AS_IS )).
Public methodSetDomain(SbBox3f)
Calls SetDomain(box, OIV.MeshViz.Graph.PbDomain.BoundingBoxTypes( .PbDomain.AS_IS )).
Public methodSetDomain(SbBox2f, PbDomainBoundingBoxTypes)

Sets a 2D domain.

Public methodSetDomain(SbBox3f, PbDomainBoundingBoxTypes)

Sets a 3D domain.

Public methodSetDomain(Single, Single, Single, Single)
Calls SetDomain(xmin, ymin, xmax, ymax, OIV.MeshViz.Graph.PbDomain.BoundingBoxTypes( .PbDomain.AS_IS )).
Public methodSetDomain(Single, Single, Single, Single, PbDomainBoundingBoxTypes)

Sets a 2D domain.

Public methodSetDomain(Single, Single, Single, Single, Single, Single)
Calls SetDomain(xmin, ymin, zmin, xmax, ymax, zmax, OIV.MeshViz.Graph.PbDomain.BoundingBoxTypes( .PbDomain.AS_IS )).
Public methodSetDomain(Single, Single, Single, Single, Single, Single, PbDomainBoundingBoxTypes)

Sets a 3D domain.

Public methodSetTransformType

Sets the type of transformation.

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

Simulates the changing of an instance of this object, so all connected objects are informed of this change.

(Inherited from PbBase.)
Top
See Also