Constructor OsnapPoint
- Namespace
- VectorDraw.Geometry
- Assembly
- VectorDraw.Geometry.dll
OsnapPoint()
Initializes the object.
public OsnapPoint()
OsnapPoint(OsnapPoint)
Initializes the object with a given OsnapPoint object.
public OsnapPoint(OsnapPoint other)
Parameters
otherOsnapPointInitialization OsnapPoint.
OsnapPoint(gPoint, OsnapMode, Matrix, Matrix, PointCoordSystem)
Iitializes the object with the given parameters.
public OsnapPoint(gPoint pt, OsnapMode mode, Matrix object2view, Matrix object2World, OsnapPoint.PointCoordSystem ptcs)
Parameters
ptgPointA gPoint representing the position of the OsnapPoint object.
modeOsnapModeOsnap mode of the OsnapPoint.
object2viewMatrixA matrix used for calculations between object and view coordinate system.
object2WorldMatrixA matrix used for calculations between object and world coordinate system.
ptcsOsnapPoint.PointCoordSystemThe given point's coordinate system.
OsnapPoint(gPoint, OsnapMode, Matrix, Matrix, PointCoordSystem, IvdRenderViewProperties)
Iitializes the object with the given parameters.
public OsnapPoint(gPoint pt, OsnapMode mode, Matrix object2view, Matrix object2World, OsnapPoint.PointCoordSystem ptcs, IvdRenderViewProperties ViewProperties)
Parameters
ptgPointA gPoint representing the position of the OsnapPoint object.
modeOsnapModeOsnap mode of the OsnapPoint.
object2viewMatrixA matrix used for calculations between object and view coordinate system.
object2WorldMatrixA matrix used for calculations between object and world coordinate system.
ptcsOsnapPoint.PointCoordSystemThe given point's coordinate system.
ViewPropertiesIvdRenderViewPropertiesObject that contains active world to view render properties.
OsnapPoint(gPoint, double, OsnapMode, Matrix, Matrix, PointCoordSystem, object)
Initializes the OsnapPoint object with the given parameters.
public OsnapPoint(gPoint pt, double thickness, OsnapMode mode, Matrix object2view, Matrix object2World, OsnapPoint.PointCoordSystem ptcs, object objectsnap)
Parameters
ptgPointA gPoint representing the position of the OsnapPoint object.
thicknessdoubleThe thickness of the object.
modeOsnapModeOsnap mode of the OsnapPoint.
object2viewMatrixA matrix used for calculations between object and view coordinate system.
object2WorldMatrixA matrix used for calculations between object and world coordinate system.
ptcsOsnapPoint.PointCoordSystemThe given point's coordinate system.
objectsnapobjectThe vdFigure object that the OsnapPoint refers to.
OsnapPoint(gPoint, double, OsnapMode, Matrix, Matrix, PointCoordSystem, object, IvdRenderViewProperties)
Initializes the OsnapPoint object with the given parameters.
public OsnapPoint(gPoint pt, double thickness, OsnapMode mode, Matrix object2view, Matrix object2World, OsnapPoint.PointCoordSystem ptcs, object objectsnap, IvdRenderViewProperties ViewProperties)
Parameters
ptgPointA gPoint representing the position of the OsnapPoint object.
thicknessdoubleThe thickness of the object.
modeOsnapModeOsnap mode of the OsnapPoint.
object2viewMatrixA matrix used for calculations between object and view coordinate system.
object2WorldMatrixA matrix used for calculations between object and world coordinate system.
ptcsOsnapPoint.PointCoordSystemThe given point's coordinate system.
objectsnapobjectThe vdFigure object that the OsnapPoint refers to.
ViewPropertiesIvdRenderViewPropertiesObject that contains active world to view render properties.
OsnapPoint(gPoint, OsnapMode, Matrix, Matrix, PointCoordSystem, object)
Initializes the OsnapPoint object with the given parameters.
public OsnapPoint(gPoint pt, OsnapMode mode, Matrix object2view, Matrix object2World, OsnapPoint.PointCoordSystem ptcs, object objectsnap)
Parameters
ptgPointA gPoint representing the position of the OsnapPoint object.
modeOsnapModeOsnap mode of the OsnapPoint.
object2viewMatrixA matrix used for calculations between object and view coordinate system.
object2WorldMatrixA matrix used for calculations between object and world coordinate system.
ptcsOsnapPoint.PointCoordSystemThe given point's coordinate system.
objectsnapobjectThe vdFigure object that the OsnapPoint refers to.
OsnapPoint(gPoint, OsnapMode, Matrix, Matrix, PointCoordSystem, object, IvdRenderViewProperties)
Initializes the OsnapPoint object with the given parameters.
public OsnapPoint(gPoint pt, OsnapMode mode, Matrix object2view, Matrix object2World, OsnapPoint.PointCoordSystem ptcs, object objectsnap, IvdRenderViewProperties ViewProperties)
Parameters
ptgPointA gPoint representing the position of the OsnapPoint object.
modeOsnapModeOsnap mode of the OsnapPoint.
object2viewMatrixA matrix used for calculations between object and view coordinate system.
object2WorldMatrixA matrix used for calculations between object and world coordinate system.
ptcsOsnapPoint.PointCoordSystemThe given point's coordinate system.
objectsnapobjectThe vdFigure object that the OsnapPoint refers to.
ViewPropertiesIvdRenderViewPropertiesObject that contains active world to view render properties.