Class DecalStickerBuilder
Inheritance
DecalStickerBuilder
Assembly: NXOpen.dll
Syntax
public class DecalStickerBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
DecalStickerBuilder()
Declaration
protected DecalStickerBuilder()
Properties
AnchorType
Declaration
public DecalStickerBuilder.AnchorTypes AnchorType { get; set; }
Property Value
Bump
Declaration
public bool Bump { get; set; }
Property Value
DecalName
Declaration
public string DecalName { get; set; }
Property Value
FaceOrBody
Declaration
public SelectNXObjectList FaceOrBody { get; }
Property Value
FilterDecalImages
Declaration
public bool FilterDecalImages { get; set; }
Property Value
FitPreview
Declaration
public bool FitPreview { get; set; }
Property Value
Height
Declaration
public Expression Height { get; }
Property Value
ImageName
Declaration
public string ImageName { get; set; }
Property Value
LockAspectRatio
Declaration
public bool LockAspectRatio { get; set; }
Property Value
MaximumPixelSize
Declaration
public DecalStickerBuilder.PixelSizes MaximumPixelSize { get; set; }
Property Value
Origin
Declaration
public Point Origin { get; set; }
Property Value
PixelColorTolerance
Declaration
public int PixelColorTolerance { get; set; }
Property Value
ProjectionType
Declaration
public DecalStickerBuilder.ProjectionTypes ProjectionType { get; set; }
Property Value
ReflectivityType
Declaration
public DecalStickerBuilder.ReflectivityTypes ReflectivityType { get; set; }
Property Value
RotationAngle
Declaration
public Expression RotationAngle { get; }
Property Value
ScalingMethodType
Declaration
public DecalStickerBuilder.ScalingMethodTypes ScalingMethodType { get; set; }
Property Value
Strength
Declaration
public double Strength { get; set; }
Property Value
TransparencyType
Declaration
public DecalStickerBuilder.TransparencyTypes TransparencyType { get; set; }
Property Value
Declaration
public UVTransformationData UVTransformationData { get; }
Property Value
Width
Declaration
public Expression Width { get; }
Property Value
Methods
GetManipulatorData(out Point3d, out Matrix3x3)
Declaration
public void GetManipulatorData(out Point3d origin, out Matrix3x3 csys)
Parameters
GetTransparencyPixelColor()
Declaration
public DecalStickerBuilder.Color GetTransparencyPixelColor()
Returns
ResetImageSize()
Declaration
public void ResetImageSize()
SetManipulatorData(Point3d, Matrix3x3)
Declaration
public void SetManipulatorData(Point3d origin, Matrix3x3 csys)
Parameters
SetTransparencyPixelColor(Color)
Declaration
public void SetTransparencyPixelColor(DecalStickerBuilder.Color transparencyColor)
Parameters
UpdateDecalStickerOnImageDimensionChange()
Declaration
public void UpdateDecalStickerOnImageDimensionChange()
Implements
System.Runtime.Remoting.Messaging.IMessageSink