VPNurbsValues MembersVirtual Photonics - VTS Library
Virtual Photonics

The NurbsValues type exposes the following members.
Constructors

  NameDescription
Public methodNurbsValues(Double)
Constructor used for Unit testing of NurbsGenerator class.
Public methodNurbsValues(Int32)
Constructor used for Unit testing of NurbsGenerator class
Public methodNurbsValues( Double , Int32, Double,  Double )
Constructor used for Unit testing of NurbsGenerator class
Public methodNurbsValues(NurbsValuesDimensions,  Double , Double, Int32)
Constructor to instantiate a class to write XML file.
Back to Top
Methods

  NameDescription
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
Properties

  NameDescription
Public propertyControlPoints
Control Points
Public propertyDegree
Degree
Public propertyKnotVector
Knots vector
Public propertyMaxValue
Max value along the physical dimension
Public propertyValuesDimensions
Physical dimension, space or time
Back to Top
See Also