Class RasterImage
Inheritance
System.Object
System.MarshalByRefObject
RasterImage
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.Features
Assembly: NXOpen.dll
Syntax
public class RasterImage : Feature, IMessageSink, IProfile, IFitTo, INXObject
Constructors
RasterImage()
Declaration
protected RasterImage()
Properties
Height
Declaration
public double Height { get; }
Property Value
Type | Description |
---|---|
System.Double |
ImageFileName
Declaration
public string ImageFileName { get; }
Property Value
Type | Description |
---|---|
System.String |
Length
Declaration
public double Length { get; }
Property Value
Type | Description |
---|---|
System.Double |
Matrix
Declaration
public Matrix3x3 Matrix { get; }
Property Value
Type | Description |
---|---|
Matrix3x3 |
MaximumTextureSize
Declaration
public RasterImage.MaxTextureSize MaximumTextureSize { get; }
Property Value
Type | Description |
---|---|
RasterImage.MaxTextureSize |
Origin
Declaration
public Point3d Origin { get; }
Property Value
Type | Description |
---|---|
Point3d |
Translucency
Declaration
public double Translucency { get; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
Update(Point3d, Matrix3x3, Double, Double, String, Double, RasterImage.MaxTextureSize)
Declaration
public void Update(Point3d origin, Matrix3x3 matrix, double length, double height, string imageFileName, double translucency, RasterImage.MaxTextureSize maximumTextureSize)
Parameters
Type | Name | Description |
---|---|---|
Point3d | origin | |
Matrix3x3 | matrix | |
System.Double | length | |
System.Double | height | |
System.String | imageFileName | |
System.Double | translucency | |
RasterImage.MaxTextureSize | maximumTextureSize |
Implements
System.Runtime.Remoting.Messaging.IMessageSink